From fddb82668da8a5055238553dcde29b67743e2d18 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 17 Oct 2014 08:43:44 -0400 Subject: [PATCH] Version bump --- lib/squib/version.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 9fc5e40..301fc99 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -1,6 +1,10 @@ module Squib # The next version to be released. - # Uses semantic versioning - VERSION = "0.0.4" + # 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.0.5a" end