From 88a6c37712058bca738e39621da9984bddd0f26f Mon Sep 17 00:00:00 2001 From: henteko Date: Mon, 21 Dec 2015 13:32:30 +0900 Subject: [PATCH] ver 0.1.1 --- lib/deploygate/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deploygate/version.rb b/lib/deploygate/version.rb index ff97eb2..d162104 100644 --- a/lib/deploygate/version.rb +++ b/lib/deploygate/version.rb @@ -1,3 +1,3 @@ module DeployGate - VERSION = "0.1.0" + VERSION = "0.1.1" end