lib/thebigdb/version.rb in thebigdb-1.1.0 vs lib/thebigdb/version.rb in thebigdb-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
module TheBigDB
module VERSION
MAJOR = 1
- MINOR = 1
+ MINOR = 2
TINY = 0
STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
end