From 58321ef82b12059d9eb0c935d769d04c78d85c2a Mon Sep 17 00:00:00 2001 From: Jakub Stastny aka botanicus Date: Tue, 16 Aug 2011 11:38:58 -0700 Subject: [PATCH] Do not bother me with the damn warnings. PS: This will blow on 1.8, but who gives a fuck about 1.8 nowadays, right? --- lib/ace/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/version.rb b/lib/ace/version.rb index 8cdb90b..af1b89c 100644 --- a/lib/ace/version.rb +++ b/lib/ace/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ace - VERSION = "0.4.4" + VERSION ||= "0.4.4" end