lib/kthxbye/version.rb in kthxbye-1.0.1 vs lib/kthxbye/version.rb in kthxbye-1.0.2
- old
+ new
@@ -1,5 +1,5 @@
module Kthxbye
- # may be a bad idea if only lib dir is installed...
+ # Returns current version of Kthxbye
Version = VERSION = File.read(File.dirname(__FILE__)+'/../../VERSION').chomp
end