lib/squib/version.rb in squib-0.0.1 vs lib/squib/version.rb in squib-0.0.2
- old
+ new
@@ -1,3 +1,6 @@
-module Squib
- VERSION = "0.0.1"
-end
+module Squib
+
+ # The next version to be released.
+ # Uses semantic versioning
+ VERSION = "0.0.2"
+end