Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jun 23, 2020
1 parent fbd6f35 commit f2afa00
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.9
Current version: 0.9.1

ObjectBox is a superfast cross-platform object-oriented database.
ObjectBox Generator takes over the burden of writing the C/C++ binding code for ObjectBox (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.9.0"
const Version = "0.9.1"

// 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 f2afa00

Please sign in to comment.