From 91667c62b17a1ab51ec64d836387adbb4e5a3583 Mon Sep 17 00:00:00 2001 From: Leonardo Crauss Daronco Date: Fri, 12 Jul 2013 15:03:26 -0300 Subject: [PATCH] Bump to version 0.8 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 68b30b067..1a2bbda0f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module Mconf - VERSION = "0.7".freeze + VERSION = "0.8".freeze # get the current git branch @@branch = nil