Skip to content

Commit

Permalink
increase version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Apr 1, 2021
1 parent 387ac36 commit 95839e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ id, err := box.Put(&Person{ FirstName: "Joe", LastName: "Green" })
Want details? **[Read the docs](https://golang.objectbox.io/)** or
**[check out the API reference](https://godoc.org/github.com/objectbox/objectbox-go/objectbox)**.

Latest release: [v1.3.0 (2021-03-19)](https://golang.objectbox.io/)
Latest release: [v1.4.0 (2021-04-01)](https://golang.objectbox.io/)

Some features
-------------
Expand Down
2 changes: 1 addition & 1 deletion objectbox/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (v Version) String() string {
// VersionGo returns the Version of the ObjectBox-Go binding
func VersionGo() Version {
// for label, use `beta.0` format, increasing the counter for each subsequent release
return Version{1, 3, 0, ""}
return Version{1, 4, 0, ""}
}

// VersionLib returns the Version of the dynamic linked ObjectBox library
Expand Down

0 comments on commit 95839e7

Please sign in to comment.