lib/docli/version.rb in docli-0.0.2.pre.alpha.pre.15 vs lib/docli/version.rb in docli-0.0.2

- old
+ new

@@ -1,3 +1,9 @@ -module Docli - VERSION = '0.0.2' +DOCLI_VERSION = "0.0.1" + +module DoCli + class Version + def self.show_version + puts "You are using DOCLI with version: " + DOCLI_VERSION.red + end + end end \ No newline at end of file