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 fbd6f35 commit f2afa00Copy full SHA for f2afa00
README.md
@@ -5,7 +5,7 @@
5
6
# ObjectBox Generator
7
8
-Current version: 0.9
+Current version: 0.9.1
9
10
ObjectBox is a superfast cross-platform object-oriented database.
11
ObjectBox Generator takes over the burden of writing the C/C++ binding code for ObjectBox (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.9.0"
+const Version = "0.9.1"
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