Skip to content

Commit

Permalink
Version bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kematzy committed May 14, 2010
1 parent 46d71a4 commit ac60e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.2 0.3.3
2 changes: 1 addition & 1 deletion lib/sinatra/cache.rb
Expand Up @@ -4,7 +4,7 @@


module Sinatra module Sinatra
module Cache module Cache
VERSION = '0.3.2' unless const_defined?(:VERSION) VERSION = '0.3.3' unless const_defined?(:VERSION)
def self.version; "Sinatra::Cache v#{VERSION}"; end def self.version; "Sinatra::Cache v#{VERSION}"; end
end #/ Cache end #/ Cache
end #/ Sinatra end #/ Sinatra
Expand Down

0 comments on commit ac60e9a

Please sign in to comment.