Skip to content

Commit ed339c2

Browse files
committed
Update version to 1.8.1 objectbox-go#141
1 parent 8ddcb36 commit ed339c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

39-
Latest release: [v1.8.0 (2024-02-16)](https://golang.objectbox.io/)
39+
Latest release: [v1.8.1 (2024-08-29)](https://golang.objectbox.io/)
4040

4141
## Table of Contents:
4242
- [High-performance Golang database](#high-performance-golang-database)

objectbox/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 ObjectBox Ltd. All rights reserved.
2+
* Copyright 2018-2024 ObjectBox Ltd. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,7 +51,7 @@ func (v Version) String() string {
5151
// VersionGo returns the Version of the ObjectBox-Go binding
5252
func VersionGo() Version {
5353
// for label, use `beta.0` format, increasing the counter for each subsequent release
54-
return Version{1, 8, 0, ""}
54+
return Version{1, 8, 1, ""}
5555
}
5656

5757
// VersionLib returns the Version of the dynamic linked ObjectBox library (loaded at runtime)

0 commit comments

Comments
 (0)