From bc4462ee821c43c6afc94af3a61b5a3e6a6c7d45 Mon Sep 17 00:00:00 2001 From: Leonardo Crauss Daronco Date: Wed, 6 Apr 2016 16:06:58 -0300 Subject: [PATCH] Version 2.1.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index a5a987507..6f9942479 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ # 3 or later. See the LICENSE file. module Mconf - VERSION = "2.0.1".freeze + VERSION = "2.1.0".freeze # get the current revision from git @@revision = nil