Skip to content

Commit 3b0156a

Browse files
committed
bump version to v1.2.0
1 parent aa90735 commit 3b0156a

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.1.2 (2020-03-18)](https://golang.objectbox.io/)
21+
Latest release: [v1.2.0 (2020-08-25)](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, 1, 2, ""}
46+
return Version{1, 2, 0, ""}
4747
}
4848

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

0 commit comments

Comments
 (0)