We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b80330 commit 43a41deCopy full SHA for 43a41de
README.md
@@ -5,7 +5,7 @@
5
6
# ObjectBox Generator
7
8
-Current version: 0.10.1
+Current version: 0.11.0
9
10
ObjectBox is a superfast cross-platform object-oriented database.
11
ObjectBox Generator produces binding code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).
internal/generator/generator.go
@@ -33,7 +33,7 @@ import (
33
)
34
35
// Version specifies the current generator version.
36
-const Version = "0.10.1"
+const Version = "0.11.0"
37
38
// VersionId specifies the current generator version identifier.
39
// It is used to validate generated code compatibility and is increased when there are changes in the generated code.
0 commit comments