Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 97ce5ba

Browse files
committed
update version from 0.11.1 to 0.11.2
1 parent 6ddd743 commit 97ce5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cli-kintone is a command line utility for exporting and importing kintone App da
55

66
## Version
77

8-
0.11.1
8+
0.11.2
99

1010
## Downloads
1111

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
const NAME = "cli-kintone"
2323

2424
// VERSION of this package
25-
const VERSION = "0.11.1"
25+
const VERSION = "0.11.2"
2626

2727
// IMPORT_ROW_LIMIT The maximum row will be import
2828
const IMPORT_ROW_LIMIT = 100

0 commit comments

Comments
 (0)