From c555419528424e36dc44c97b77fa52cff14c25c0 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 2 Jan 2018 09:27:56 +0100 Subject: [PATCH] Release version 1.6.0 --- deis_client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deis_client.gemspec b/deis_client.gemspec index da71f29..c960bae 100644 --- a/deis_client.gemspec +++ b/deis_client.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'deis_client' - s.version = '1.5.3' + s.version = '1.6.0' s.date = Date.today.to_s s.summary = "Client library to communicate with a [Deis](http://deis.io/) Controller" s.description = "[Deis](http://deis.io/) is an open source application platform for public and private clouds.