This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new e948b7b493 Prepare for next release
e948b7b493 is described below
commit e948b7b493faa954250f0581e85168a91e671f3d
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Mar 5 18:14:58 2025 -0600
Prepare for next release
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d3da5c6509..7e6a699e8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif()
cmake_minimum_required(VERSION 3.20..3.27)
-project(ats VERSION 10.0.4)
+project(ats VERSION 10.0.5)
set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(TS_VERSION_MINOR ${PROJECT_VERSION_MINOR})