lib/squib/version.rb in squib-0.18.0 vs lib/squib/version.rb in squib-0.19.0a

- old
+ new

@@ -1,11 +1,11 @@ -module Squib - - # The next version to be released. - # Uses semantic versioning: http://semver.org/ - # - # Most of the time this is in the alpha of the next release. - # e.g. v0.0.5a is on its way to becoming v0.0.5 - # - VERSION = '0.18.0' -end - +module Squib + + # The next version to be released. + # Uses semantic versioning: http://semver.org/ + # + # Most of the time this is in the alpha of the next release. + # e.g. v0.0.5a is on its way to becoming v0.0.5 + # + VERSION = '0.19.0a' +end +