diff --git a/README.md b/README.md index 957aa89..30e3dd1 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.1 +0.11.2 ## Downloads diff --git a/main.go b/main.go index 305f7b6..6fea053 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( const NAME = "cli-kintone" // VERSION of this package -const VERSION = "0.11.1" +const VERSION = "0.11.2" // IMPORT_ROW_LIMIT The maximum row will be import const IMPORT_ROW_LIMIT = 100