From 7b013b74e7da0ef0a719ee1ce3ae1c814fd19564 Mon Sep 17 00:00:00 2001 From: Leonardo Crauss Daronco Date: Wed, 5 Oct 2016 11:59:00 -0300 Subject: [PATCH] Version 2.3.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 80a5d77ef..5ed1ca54f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ # 3 or later. See the LICENSE file. module Mconf - VERSION = "2.2.0".freeze + VERSION = "2.3.0".freeze # get the current revision from git @@revision = nil