Skip to content

Commit b68b5c0

Browse files
committed
prepare v1.5.0
1 parent 448fc64 commit b68b5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ id, err := box.Put(&Person{ FirstName: "Joe", LastName: "Green" })
1818
Want details? **[Read the docs](https://golang.objectbox.io/)** or
1919
**[check out the API reference](https://godoc.org/github.com/objectbox/objectbox-go/objectbox)**.
2020

21-
Latest release: [v1.4.0 (2021-04-01)](https://golang.objectbox.io/)
21+
Latest release: [v1.5.0 (2021-08-18)](https://golang.objectbox.io/)
2222

2323
Some features
2424
-------------

objectbox/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (v Version) String() string {
4343
// VersionGo returns the Version of the ObjectBox-Go binding
4444
func VersionGo() Version {
4545
// for label, use `beta.0` format, increasing the counter for each subsequent release
46-
return Version{1, 4, 0, ""}
46+
return Version{1, 5, 0, ""}
4747
}
4848

4949
// VersionLib returns the Version of the dynamic linked ObjectBox library

0 commit comments

Comments
 (0)