Skip to content

Commit

Permalink
bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Jul 3, 2024
1 parent b607773 commit 23d37b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(babylon VERSION 1.2.2)
project(babylon VERSION 1.2.3)

include(CTest) # for BUILD_TESTING option
include(CMakePackageConfigHelpers) # for write_basic_package_version_file
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = 'babylon',
version = '1.2.2',
version = '1.2.3',
compatibility_level = 1,
)

Expand Down

0 comments on commit 23d37b7

Please sign in to comment.