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