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