Fixed bug where version for Ruby gem wasn't correct

This commit is contained in:
Davis W. Frank
2012-04-01 13:08:42 -07:00
parent 885832e920
commit ad78d0d0d8
6 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module Jasmine
module Core
VERSION = "1.1.0"
VERSION = "1.2.0.rc1"
end
end