Skip to content

Commit 2688bf5

Browse files
committed
bump version to v0.9.0
1 parent 0be30f7 commit 2688bf5

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
@@ -13,7 +13,7 @@ id, err := box.Put(&Person{ FirstName: "Joe", LastName: "Green" })
1313
Want details? **[Read the docs](https://golang.objectbox.io/)** or
1414
**[check out the API reference](https://godoc.org/github.com/objectbox/objectbox-go/objectbox)**.
1515

16-
Latest release: [v0.9.0-rc (2019-02-22)](https://golang.objectbox.io/)
16+
Latest release: [v0.9.0 (2019-04-24)](https://golang.objectbox.io/)
1717

1818
Some features
1919
-------------

objectbox/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (v Version) String() string {
4343

4444
// VersionGo returns the Version of the ObjectBox-Go binding
4545
func VersionGo() Version {
46-
return Version{0, 9, 0, "rc"}
46+
return Version{0, 9, 0, ""}
4747
}
4848

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

0 commit comments

Comments
 (0)