From 4a3a6160359f2b2b45ad9c172a6f19f790390e3d Mon Sep 17 00:00:00 2001 From: Aleksey Garbarev Date: Wed, 4 Oct 2017 17:25:47 +0600 Subject: [PATCH] bump version --- lib/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.rb b/lib/constants.rb index 4d0b195..002b392 100644 --- a/lib/constants.rb +++ b/lib/constants.rb @@ -2,6 +2,6 @@ module Gena GENA_HOME = '~/.gena' GENA_UPDATE_CHECK_INTERVAL = 10800 GENA_PLUGINS_CONFIG_KEY = 'configs' - VERSION = '0.1.0' + VERSION = '0.1.1' RELEASE_DATE = '2017-10-04' end \ No newline at end of file