Update version to 1.7.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a01a0bf..7183804 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@
     cmake_policy(SET CMP0042 NEW)
 endif()
 
-set(BRPC_VERSION 1.6.0)
+set(BRPC_VERSION 1.7.0)
 
 SET(CPACK_GENERATOR "DEB")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index dc1e644..bd8bf88 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.6.0
+1.7.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index b9f488c..4c6e64e 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
 #
 
 Name:		brpc
-Version:	1.6.0
+Version:	1.7.0
 Release:	1%{?dist}
 Summary:	Industrial-grade RPC framework using C++ Language.