We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c8e69 commit f838e0fCopy full SHA for f838e0f
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.13.0)
+set(BRPC_VERSION 1.14.0)
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.13.0',
+ version = '1.14.0',
4
compatibility_level = 1,
5
)
6
RELEASE_VERSION
@@ -1 +1 @@
-1.13.0
+1.14.0
package/rpm/brpc.spec
@@ -18,7 +18,7 @@
18
#
19
20
Name: brpc
21
-Version: 1.13.0
+Version: 1.14.0
22
Release: 1%{?dist}
23
Summary: Industrial-grade RPC framework using C++ Language.
24
0 commit comments