From 5646327203aa49481e015275fb14e76dffddbaba Mon Sep 17 00:00:00 2001 From: henteko Date: Fri, 30 Oct 2020 10:15:38 +0900 Subject: [PATCH] bump up to 0.8.3 --- 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 7bbe569..77446da 100644 --- a/lib/deploygate/version.rb +++ b/lib/deploygate/version.rb @@ -1,3 +1,3 @@ module DeployGate - VERSION = '0.8.2' + VERSION = '0.8.3' end