From c1a6ad8af9ea0534b4429a40e5ab343c75bc8db7 Mon Sep 17 00:00:00 2001 From: Liu Lantao Date: Sat, 12 Jan 2019 10:18:33 +0800 Subject: [PATCH] bump version 0.6.0 Signed-off-by: Liu Lantao --- lib/aliyun/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aliyun/version.rb b/lib/aliyun/version.rb index 6e4f8af..79ffc58 100644 --- a/lib/aliyun/version.rb +++ b/lib/aliyun/version.rb @@ -1,3 +1,3 @@ module Aliyun - VERSION = "0.5.0" + VERSION = "0.6.0" end