lib/hashmake/version.rb in hashmake-0.1.0 vs lib/hashmake/version.rb in hashmake-0.1.1
- old
+ new
@@ -1,4 +1,8 @@
+# This module provides the outer namespace of the hashmake gem.
+#
+# @author James Tunnell
+#
module Hashmake
# hashmake version
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end