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 3e88c70 commit 4e7a0a1Copy full SHA for 4e7a0a1
README.md
@@ -5,7 +5,7 @@
5
6
# ObjectBox Generator
7
8
-Current version: 0.12.0
+Current version: 0.13.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
@@ -34,7 +34,7 @@ import (
34
)
35
36
// Version specifies the current generator version.
37
-const Version = "0.12.0"
+const Version = "0.13.0"
38
39
// VersionId specifies the current generator version identifier.
40
// It is used to validate generated code compatibility and is increased when there are changes in the generated code.
0 commit comments