Skip to content

Commit 4e7a0a1

Browse files
committed
increase version to v0.13.0
1 parent 3e88c70 commit 4e7a0a1

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.12.0
8+
Current version: 0.13.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
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// Version specifies the current generator version.
37-
const Version = "0.12.0"
37+
const Version = "0.13.0"
3838

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

0 commit comments

Comments
 (0)