From a8217be34ad1fcdaf41599a196465d79897ecd72 Mon Sep 17 00:00:00 2001 From: Tim Linquist Date: Wed, 3 Aug 2011 01:32:45 -0700 Subject: [PATCH] Bump minor to denote major bug fix --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 22bb5c6..77ac145 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module SimpleEav - VERSION = "0.3.0" + VERSION = "0.4.0" end