Skip to content

Commit 2853b28

Browse files
authored
Merge pull request #60 from kintone-labs/v0.6.0_pre-release
SSR-3272 Change version from 0.4.2 to 0.6.0
2 parents 547af24 + bd7ac84 commit 2853b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
NAME = "go-kintone"
28-
VERSION = "0.4.2"
28+
VERSION = "0.6.0"
2929
DEFAULT_TIMEOUT = time.Second * 600 // Default value for App.Timeout
3030
)
3131

0 commit comments

Comments
 (0)