lib/thebigdb/version.rb in thebigdb-1.2.0 vs lib/thebigdb/version.rb in thebigdb-1.2.1

- old
+ new

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