From 8992ba65dbf693ed680a17231f632e23784d8d3e Mon Sep 17 00:00:00 2001 From: Vo Duy Khanh <39976007+josh-vo@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:35:22 +0700 Subject: [PATCH] Update version to 0.13.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e17ba5..66fdefa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ cli-kintone is a command line utility for exporting and importing kintone App da ## Version -0.12.0 +0.13.0 ## Downloads diff --git a/main.go b/main.go index e103041..fe6724a 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( const NAME = "cli-kintone" // VERSION of this package -const VERSION = "0.12.0" +const VERSION = "0.13.0" // IMPORT_ROW_LIMIT The maximum row will be import const IMPORT_ROW_LIMIT = 100