diff --git a/README.md b/README.md index 5026a56..80e0227 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.11.3 +0.12.0 ## Downloads diff --git a/main.go b/main.go index ee31f7a..e103041 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( const NAME = "cli-kintone" // VERSION of this package -const VERSION = "0.11.3" +const VERSION = "0.12.0" // IMPORT_ROW_LIMIT The maximum row will be import const IMPORT_ROW_LIMIT = 100