lib/sportdb/cli/version.rb in sportdb-1.11.0 vs lib/sportdb/cli/version.rb in sportdb-2.0.0

- old
+ new

@@ -3,12 +3,12 @@ # Note: SportDb::VERSION gets used by core, that is, sportdb-models module SportDbCli # todo/check - rename to SportDbTool or SportDbCommands or SportDbShell ?? - MAJOR = 1 ## todo: namespace inside version or something - why? why not?? - MINOR = 11 + MAJOR = 2 ## todo: namespace inside version or something - why? why not?? + MINOR = 0 PATCH = 0 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION @@ -21,6 +21,5 @@ def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}" end end # module SportDbCli -