Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()

set(BRPC_VERSION 1.15.0)
set(BRPC_VERSION 1.16.0)

SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = 'brpc',
version = '1.15.0',
version = '1.16.0',
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache bRPC
Copyright 2018-2025 The Apache Software Foundation
Copyright 2018-2026 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
2 changes: 1 addition & 1 deletion package/rpm/brpc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

Name: brpc
Version: 1.15.0
Version: 1.16.0
Release: 1%{?dist}
Summary: Industrial-grade RPC framework using C++ Language.

Expand Down
Loading