lib/thebigdb/version.rb in thebigdb-1.3.0 vs lib/thebigdb/version.rb in thebigdb-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ module TheBigDB module VERSION MAJOR = 1 - MINOR = 3 + MINOR = 4 TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end