From f0b62ff9733dbb38bfed1808d85c370bfb8c545b Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 15 Nov 2017 07:41:10 +0200 Subject: [PATCH] bump version --- lib/kontena/plugin/shell/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kontena/plugin/shell/version.rb b/lib/kontena/plugin/shell/version.rb index 7938bcf..54fe69c 100644 --- a/lib/kontena/plugin/shell/version.rb +++ b/lib/kontena/plugin/shell/version.rb @@ -1,7 +1,7 @@ module Kontena module Plugin module Shell - VERSION = '0.1.3' + VERSION = '0.2.0' end end end