Skip to content

Commit

Permalink
Bump version to 4.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 9, 2024
1 parent 98577b8 commit 95a4a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 4.0.0-alpha1
Current version: 4.0.0-alpha2

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 cmake/FindObjectBoxGenerator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ code generator (e.g. "-empty-string-as-null -optional std::shared_ptr")
option(OBX_GENERATOR_ALLOW_FETCH "Opt-in automatic download and prepare for local execution" ON)

# Updated by maintainer to latest available version:
set(ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha1)
set(ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha2)
set(ObjectBoxGenerator_FETCH_DIR ${CMAKE_BINARY_DIR}/ObjectBoxGenerator-Fetch)
set(ObjectBoxGenerator_FETCH_BASEURL "https://github.com/objectbox/objectbox-generator/releases/download")
set(ObjectBoxGenerator_INSTALL_DIR ${CMAKE_BINARY_DIR}/ObjectBoxGenerator-Install)
Expand Down
2 changes: 1 addition & 1 deletion internal/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

// Version specifies the current generator version.
const Version = "4.0.0-alpha1"
const Version = "4.0.0-alpha2"

// 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 95a4a16

Please sign in to comment.