From 846831eda8da7656d59f2b2fb2f5e2249e4144f9 Mon Sep 17 00:00:00 2001 From: Vo Duy Khanh <39976007+josh-vo@users.noreply.github.com> Date: Thu, 7 May 2020 10:24:34 +0700 Subject: [PATCH] SSR-758: Update version from 0.11.0 to 0.11.1 for release --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8297f93..957aa89 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ cli-kintone is a command line utility for exporting and importing kintone App da ## Version -0.11.0 +0.11.1 ## Downloads diff --git a/main.go b/main.go index c630fd3..02d6c43 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( const NAME = "cli-kintone" // VERSION of this package -const VERSION = "0.11.0" +const VERSION = "0.11.1" // IMPORT_ROW_LIMIT The maximum row will be import const IMPORT_ROW_LIMIT = 100