From af882eb1aee26d4012f11400f5ef96c754596e0e Mon Sep 17 00:00:00 2001 From: Leonardo Crauss Daronco Date: Mon, 28 Jul 2014 21:36:06 -0300 Subject: [PATCH] Bump to version 0.8.1 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 1a2bbda0f..778a555f5 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module Mconf - VERSION = "0.8".freeze + VERSION = "0.8.1".freeze # get the current git branch @@branch = nil