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

Commit 4672dab

Browse files
authored
Merge pull request #116 from kintone-labs/v0.14.1
v0.14.1
2 parents d791427 + 84060bb commit 4672dab

File tree

4 files changed

+4
-42
lines changed

4 files changed

+4
-42
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-go@v2
3232
with:
33-
go-version: '1.15.7'
33+
go-version: '1.15.15'
3434
- name: Preparation
3535
run: |
3636
go vet -x ./...

.travis.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cli-kintone is a command line utility for exporting and importing kintone App da
88

99
## Version
1010

11-
0.14.0
11+
0.14.1
1212

1313
## Downloads
1414

@@ -149,7 +149,7 @@ printf "name,age\nJohn,37\nJane,29" | cli-kintone --import -a <APP_ID> -d <FQDN>
149149
150150
Requirement
151151
152-
- Go 1.15.7
152+
- Go 1.15.15
153153
- Git and Mercurial to be able to clone the packages
154154
155155
[Mac OS X/Linux](./docs/BuildForMacLinux.md)

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.14.0"
25+
const VERSION = "0.14.1"
2626

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

0 commit comments

Comments
 (0)