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 +}