From 6f6a37d5a678e7222fce2f246656040b35550b0e Mon Sep 17 00:00:00 2001 From: ebolo Date: Sun, 26 Jul 2026 12:57:12 +0700 Subject: [PATCH] chore(version): bump application version to 1.1.0 --- CaddyManager/Configurations/Application/ApplicationInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CaddyManager/Configurations/Application/ApplicationInfo.cs b/CaddyManager/Configurations/Application/ApplicationInfo.cs index c5a68da..160eb77 100644 --- a/CaddyManager/Configurations/Application/ApplicationInfo.cs +++ b/CaddyManager/Configurations/Application/ApplicationInfo.cs @@ -6,12 +6,12 @@ namespace CaddyManager.Configurations.Application; public class ApplicationInfo { /// - /// The version of the application, to be defined and tagged + /// The version of the application, to be defined and tagged /// - public static readonly string Version = "1.0.0"; + public static readonly string Version = "1.1.0"; /// /// The commit hash of the application /// public static readonly string CommitHash = "[DEVELOPMENT]"; -} \ No newline at end of file +}