From 8c74644c328919ed1c4f0e18955c0319d11b9cae Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Fri, 26 Sep 2008 12:44:37 -0400 Subject: [PATCH] Set version to 0.1 --- lib/grouped_scope.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grouped_scope.rb b/lib/grouped_scope.rb index a619208..1d425eb 100644 --- a/lib/grouped_scope.rb +++ b/lib/grouped_scope.rb @@ -8,7 +8,7 @@ module GroupedScope - VERSION = '0.1.0' + VERSION = '0.1' end