lib/bio-gadget/version.rb in bio-gadget-0.1.0 vs lib/bio-gadget/version.rb in bio-gadget-0.1.1
- old
+ new
@@ -1,5 +1,9 @@
+require 'thor'
+
module Bio
- module Gadget
- VERSION = "0.1.0"
+ class Gadget < Thor
+
+ VERSION = "0.1.1"
+
end
end