Skip to content

Commit f2afa00

Browse files
author
Ivan Dlugos
committed
bump version to 0.9.1
1 parent fbd6f35 commit f2afa00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ObjectBox Generator
77

8-
Current version: 0.9
8+
Current version: 0.9.1
99

1010
ObjectBox is a superfast cross-platform object-oriented database.
1111
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
// Version specifies the current generator version.
36-
const Version = "0.9.0"
36+
const Version = "0.9.1"
3737

3838
// VersionId specifies the current generator version identifier.
3939
// It is used to validate generated code compatibility and is increased when there are changes in the generated code.

0 commit comments

Comments
 (0)