Skip to content

Commit ae707f8

Browse files
committed
Bump version to 0.14.0
1 parent e443abc commit ae707f8

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.13.0
8+
Current version: 0.14.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.13.0"
37+
const Version = "0.14.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)