bump Rocco::VERSION (0.7 was released)

This commit is contained in:
Chris Wanstrath 2011-05-30 16:57:26 -07:00
parent 7ba75f0503
commit 9b65c1cd99

View File

@ -73,7 +73,7 @@ end
# to `nil` (that is, Mustache will use `./lib/rocco/layout.mustache`)_.
#
class Rocco
VERSION = '0.6'
VERSION = '0.7'
def initialize(filename, sources=[], options={}, &block)
@file = filename