Skip to content

Commit 43a41de

Browse files
author
Ivan Dlugos
committed
bump version to 0.11.0
1 parent 3b80330 commit 43a41de

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.10.1
8+
Current version: 0.11.0
99

1010
ObjectBox is a superfast cross-platform object-oriented database.
1111
ObjectBox Generator produces binding code for ObjectBox C, C++ and Go APIs (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.10.1"
36+
const Version = "0.11.0"
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)