From 9b65c1cd9931d8333fa3172857beac88abf9b717 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 30 May 2011 16:57:26 -0700 Subject: [PATCH] bump Rocco::VERSION (0.7 was released) --- lib/rocco.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rocco.rb b/lib/rocco.rb index 035f944..d505691 100644 --- a/lib/rocco.rb +++ b/lib/rocco.rb @@ -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