From 23d37b75ed9d1109d6ac238c2ef2c0e1fa8c2faa Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Wed, 3 Jul 2024 16:07:17 +0800 Subject: [PATCH] bump version to 1.2.3 --- CMakeLists.txt | 2 +- MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d7e8b3e..e240bc9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/MODULE.bazel b/MODULE.bazel index d9ee9940..58f503c4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = 'babylon', - version = '1.2.2', + version = '1.2.3', compatibility_level = 1, )