From 25ed51daa2452bfde5701b85a9912957c84aaaa7 Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Sun, 26 Jan 2025 09:12:53 +0100 Subject: [PATCH] fix: update version to 2.6-Stable in release notes and configuration files --- RELEASE-NOTES.MD | 4 ++-- cmd/server/main.go | 2 +- config.example.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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