From b03e2988a54758408f9002fb9c76931049a36af8 Mon Sep 17 00:00:00 2001 From: Mudit Vats Date: Tue, 9 Feb 2021 13:41:17 -0700 Subject: [PATCH] feat: version update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1a4c81..6610e58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.1) -project (rpc VERSION 1.0.0) +project (rpc VERSION 1.1.0) set (CMAKE_CXX_STANDARD 11)