Skip to content

Commit 041cec5

Browse files
committed
Release 1.12.1
1 parent 0608aa1 commit 041cec5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(POLICY CMP0042)
3939
cmake_policy(SET CMP0042 NEW)
4040
endif()
4141

42-
set(BRPC_VERSION 1.12.0)
42+
set(BRPC_VERSION 1.12.1)
4343

4444
SET(CPACK_GENERATOR "DEB")
4545
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = 'brpc',
3-
version = '1.12.0',
3+
version = '1.12.1',
44
compatibility_level = 1,
55
)
66

RELEASE_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

package/rpm/brpc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
Name: brpc
21-
Version: 1.12.0
21+
Version: 1.12.1
2222
Release: 1%{?dist}
2323
Summary: Industrial-grade RPC framework using C++ Language.
2424

0 commit comments

Comments
 (0)