Skip to content

Commit

Permalink
Release 1.12.1 (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored Jan 25, 2025
1 parent d72281f commit f988b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()

set(BRPC_VERSION 1.12.0)
set(BRPC_VERSION 1.12.1)

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.12.0',
version = '1.12.1',
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
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.12.0
Version: 1.12.1
Release: 1%{?dist}
Summary: Industrial-grade RPC framework using C++ Language.

Expand Down

0 comments on commit f988b90

Please sign in to comment.