Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Nov 13, 2020
1 parent 3b80330 commit 43a41de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# ObjectBox Generator

Current version: 0.10.1
Current version: 0.11.0

ObjectBox is a superfast cross-platform object-oriented database.
ObjectBox Generator produces binding code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).
Expand Down
2 changes: 1 addition & 1 deletion internal/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

// Version specifies the current generator version.
const Version = "0.10.1"
const Version = "0.11.0"

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

0 comments on commit 43a41de

Please sign in to comment.