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