This is an automated email from the ASF dual-hosted git repository.

guangmingchen pushed a commit to branch release-1.12.1
in repository https://gitbox.apache.org/repos/asf/brpc.git

commit 041cec5fb84a5b4458bac6275ea7d34e048bc3f1
Author: Bright Chen <1021774...@qq.com>
AuthorDate: Sun Jan 19 21:57:57 2025 +0800

    Release 1.12.1
---
 CMakeLists.txt        | 2 +-
 MODULE.bazel          | 2 +-
 RELEASE_VERSION       | 2 +-
 package/rpm/brpc.spec | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index afc2de4d..30076bf2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ if(POLICY CMP0042)
     cmake_policy(SET CMP0042 NEW)
 endif()
 
-set(BRPC_VERSION 1.12.0)
+set(BRPC_VERSION 1.12.1)
 
 SET(CPACK_GENERATOR "DEB")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/MODULE.bazel b/MODULE.bazel
index e041b67a..07955f25 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
   name = 'brpc',
-  version = '1.12.0',
+  version = '1.12.1',
   compatibility_level = 1,
 )
 
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index 0eed1a29..f8f4f03b 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.12.0
+1.12.1
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index 43483474..85eb549d 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
 #
 
 Name:          brpc
-Version:       1.12.0
+Version:       1.12.1
 Release:       1%{?dist}
 Summary:       Industrial-grade RPC framework using C++ Language.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to