lib/sportdb/version.rb in sportdb-models-1.16.2 vs lib/sportdb/version.rb in sportdb-models-1.17.0

- old
+ new

@@ -1,12 +1,12 @@ # encoding: utf-8 module SportDb MAJOR = 1 ## todo: namespace inside version or something - why? why not?? - MINOR = 16 - PATCH = 2 + MINOR = 17 + PATCH = 0 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION end @@ -18,6 +18,5 @@ def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end end # module SportDb -