From 5b32f2a35d9d12e7c960cfe1210cf51f90ef6f21 Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Sat, 6 Aug 2011 13:13:24 +0200 Subject: [PATCH] Bump version --- lib/serious/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/serious/version.rb b/lib/serious/version.rb index 0906762..9076169 100644 --- a/lib/serious/version.rb +++ b/lib/serious/version.rb @@ -2,4 +2,4 @@ # Serious::VERSION since Serious is a class that inherits from Sinatra::Base # and we'd be getting Superclass mismatch errors here since Sinatra is # unavailable when evaluating this file standalone... -SERIOUS_VERSION = '0.3.1' \ No newline at end of file +SERIOUS_VERSION = '0.3.2' \ No newline at end of file