chore(version): bump application version to 1.1.0
All checks were successful
Caddy Manager CI build / docker (push) Successful in 5m32s

This commit is contained in:
2026-07-26 12:57:12 +07:00
parent d5ea7b56cb
commit 6f6a37d5a6

View File

@@ -8,7 +8,7 @@ public class ApplicationInfo
/// <summary>
/// The version of the application, to be defined and tagged
/// </summary>
public static readonly string Version = "1.0.0";
public static readonly string Version = "1.1.0";
/// <summary>
/// The commit hash of the application