From ad556f9d49acf69176de4d3d3b5f3c073582ab8a Mon Sep 17 00:00:00 2001 From: release bot Date: Sat, 23 Nov 2024 09:30:14 +0000 Subject: [PATCH] Release version 3.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51ced73..52f6364 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) project(msft_proxy - VERSION 0.1.0 # local build version + VERSION 3.1.0 LANGUAGES CXX) add_library(msft_proxy INTERFACE) target_compile_features(msft_proxy INTERFACE cxx_std_20)