This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 36ff81f909 Bump version to 10.1 (#11132)
36ff81f909 is described below
commit 36ff81f909aa026c0cedd021d1a6d3b4052ef716
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Mar 6 12:53:29 2024 -0600
Bump version to 10.1 (#11132)
Co-authored-by: Chris McFarlen <[email protected]>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ec664d50e..a4ded94b6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif()
cmake_minimum_required(VERSION 3.20..3.27)
-project(ats VERSION 10.0.0)
+project(ats VERSION 10.1.0)
set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(TS_VERSION_MINOR ${PROJECT_VERSION_MINOR})