We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e9559 commit f88a524Copy full SHA for f88a524
4 files changed
CMakeLists.txt
@@ -40,7 +40,7 @@ if(POLICY CMP0042)
40
cmake_policy(SET CMP0042 NEW)
41
endif()
42
43
-set(BRPC_VERSION 1.14.0)
+set(BRPC_VERSION 1.14.1)
44
45
SET(CPACK_GENERATOR "DEB")
46
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = 'brpc',
3
- version = '1.14.0',
+ version = '1.14.1',
4
compatibility_level = 1,
5
)
6
RELEASE_VERSION
@@ -1 +1 @@
-1.14.0
+1.14.1
package/rpm/brpc.spec
@@ -18,7 +18,7 @@
18
#
19
20
Name: brpc
21
-Version: 1.14.0
+Version: 1.14.1
22
Release: 1%{?dist}
23
Summary: Industrial-grade RPC framework using C++ Language.
24
0 commit comments