Skip to content

Commit

Permalink
Update the version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-vo committed Jun 20, 2022
1 parent 14114b2 commit 84b4247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ to access [kintone][] with its official REST API ([en][APIen], [ja][APIja]).

[kintone][] is our B2B cloud service; you can create great web apps instantly with kintone!

## Version

0.3.0

## License

This software is licensed under [the BSD 2-clause license][bsd2].
Expand Down
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
NAME = "go-kintone"
VERSION = "0.3.0"
VERSION = "0.4.2"
DEFAULT_TIMEOUT = time.Second * 600 // Default value for App.Timeout
)

Expand Down

0 comments on commit 84b4247

Please sign in to comment.