From 1efe782ca4f54799229c0fab169694f6c7863027 Mon Sep 17 00:00:00 2001 From: ZTzTopia Date: Sun, 2 Oct 2022 12:58:49 +0700 Subject: [PATCH] Release v1.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 733673b..64b3c9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0..3.23) -project(GTProxy VERSION 1.2.1) +project(GTProxy VERSION 1.3.0) add_subdirectory(src) add_subdirectory(vendor/enet)