This is an automated email from the ASF dual-hosted git repository.
guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new f988b90d Release 1.12.1 (#2884)
f988b90d is described below
commit f988b90d4ffd0f72df3c45e5b09468768aa995f9
Author: Bright Chen <[email protected]>
AuthorDate: Sat Jan 25 12:05:14 2025 +0800
Release 1.12.1 (#2884)
---
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: [email protected]
For additional commands, e-mail: [email protected]