From bc2ead40468f0d9372372f73260d83d30e93bc9a Mon Sep 17 00:00:00 2001 From: Azul <azul@leap.se> Date: Fri, 7 Dec 2012 08:30:47 +0100 Subject: [PATCH] bumping version to 0.1.1 This version has basic user and help tickets management --- lib/leap_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 6a740821..ea13457b 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.1.0" unless defined?(LeapWeb::VERSION) + VERSION = "0.1.1" unless defined?(LeapWeb::VERSION) end -- GitLab