Release 1.8.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35f4c7c..2eeec04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
     cmake_policy(SET CMP0042 NEW)
 endif()
 
-set(BRPC_VERSION 1.7.0)
+set(BRPC_VERSION 1.8.0)
 
 SET(CPACK_GENERATOR "DEB")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/NOTICE b/NOTICE
index d2db74d..9939c15 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache bRPC
-Copyright 2018-2023 The Apache Software Foundation
+Copyright 2018-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index bd8bf88..27f9cd3 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.7.0
+1.8.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index ae1f8ea..c9fe0b1 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
 #
 
 Name:		brpc
-Version:	1.7.0
+Version:	1.8.0
 Release:	1%{?dist}
 Summary:	Industrial-grade RPC framework using C++ Language.