Skip to content

Commit d2b73ec

Browse files
committed
Update version to 1.6.0
1 parent 2729272 commit d2b73ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(POLICY CMP0042)
3434
cmake_policy(SET CMP0042 NEW)
3535
endif()
3636

37-
set(BRPC_VERSION 1.5.0)
37+
set(BRPC_VERSION 1.6.0)
3838

3939
SET(CPACK_GENERATOR "DEB")
4040
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

package/rpm/brpc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

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

0 commit comments

Comments
 (0)