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