lib/squib/version.rb in squib-0.0.2 vs lib/squib/version.rb in squib-0.0.3

- old
+ new

@@ -1,6 +1,6 @@ -module Squib - - # The next version to be released. - # Uses semantic versioning - VERSION = "0.0.2" -end +module Squib + + # The next version to be released. + # Uses semantic versioning + VERSION = "0.0.3" +end