This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/brpc.git
commit f88a524fa470f48c931a6610940024d533d665bd Author: wwbmmm <wwb...@163.com> AuthorDate: Sat Aug 2 16:14:43 2025 +0800 Release 1.14.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 cb860320..92f7114b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.14.0) +set(BRPC_VERSION 1.14.1) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/MODULE.bazel b/MODULE.bazel index d030b60e..fac96037 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = 'brpc', - version = '1.14.0', + version = '1.14.1', compatibility_level = 1, ) diff --git a/RELEASE_VERSION b/RELEASE_VERSION index 850e7424..63e799cf 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.14.0 +1.14.1 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index 55cffc1f..ebd5074e 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.14.0 +Version: 1.14.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