From 01a59b99bb25fba5d6a71b704fbfdd16abf0f287 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 17 Oct 2014 08:36:46 -0400 Subject: [PATCH] Release for 0.0.4 --- lib/squib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 108cdf2..9fc5e40 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -2,5 +2,5 @@ module Squib # The next version to be released. # Uses semantic versioning - VERSION = "0.0.4a" + VERSION = "0.0.4" end