This is an automated email from the ASF dual-hosted git repository. wwbmmm 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 f838e0fb Release 1.14.0 (#3044) f838e0fb is described below commit f838e0fb1df8e89f21c4edecc68fbd8f70c88688 Author: Weibing Wang <wwb...@163.com> AuthorDate: Mon Jul 28 11:56:16 2025 +0800 Release 1.14.0 (#3044) --- 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 bcffdb9b..cb860320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.13.0) +set(BRPC_VERSION 1.14.0) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/MODULE.bazel b/MODULE.bazel index 2439a881..d030b60e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = 'brpc', - version = '1.13.0', + version = '1.14.0', compatibility_level = 1, ) diff --git a/RELEASE_VERSION b/RELEASE_VERSION index feaae22b..850e7424 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index 7bb519fd..55cffc1f 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.13.0 +Version: 1.14.0 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