From d0502e7d519ea1c607cea26a019b794d44e1407c Mon Sep 17 00:00:00 2001 From: Gestalt LUR Date: Tue, 4 Apr 2017 20:00:35 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db0bd01..dd4cc2a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,5 +2,5 @@ files = Cargo.toml commit = True tag = True -current_version = 0.2.0 +current_version = 0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 708b924..3f142ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Gestalt LUR "] name = "ali-ecs-ctl" -version = "0.2.0" +version = "0.3.0" [dependencies] base64 = "0.4"