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
commit be1348f9ddb9a43a59e4339e21fadf3a57bfbe76 Author: Chris McFarlen <[email protected]> AuthorDate: Fri Aug 30 14:44:17 2024 -0500 Bump Version to 10.0.1 for next release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4eaf93129f..6f0b9bb71d 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.0) +project(ats VERSION 10.0.1) set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(TS_VERSION_MINOR ${PROJECT_VERSION_MINOR})
