diff --git a/RELEASE-NOTES.MD b/RELEASE-NOTES.MD index 7fd5483..f155d11 100644 --- a/RELEASE-NOTES.MD +++ b/RELEASE-NOTES.MD @@ -1,7 +1,7 @@ -# Release Notes for HMAC File Server 2.5-Stable +# Release Notes for HMAC File Server 2.6-Stable ## Summary -Version 2.5-Stable focuses on improving the overall stability and performance of the HMAC File Server. Significant changes have been made to prioritize reliability and scalability for production environments. +Version 2.6-Stable focuses on improving the overall stability and performance of the HMAC File Server. Significant changes have been made to prioritize reliability and scalability for production environments. ## Key Changes diff --git a/cmd/server/main.go b/cmd/server/main.go index 423392a..fce148c 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -718,7 +718,7 @@ uploadqueuesize = 50 # Add file-specific configurations here [build] -version = "2.5-Stable" +version = "2.6-Stable" `) } diff --git a/config.example.toml b/config.example.toml index a1bd89e..a8c0b60 100644 --- a/config.example.toml +++ b/config.example.toml @@ -83,4 +83,4 @@ uploadqueuesize = 50 # Add file-specific configurations here [build] -version = "2.5-Stable" \ No newline at end of file +version = "2.6-Stable" \ No newline at end of file