From f70d9b71c6ae20f692a695314dec6d543d084d40 Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Mon, 24 Apr 2017 14:55:03 +0300 Subject: [PATCH] Bump to 0.1.1 --- 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 ab9a1a9..44d06dc 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.0' + VERSION = '0.1.1' end end end