chore(version): bump application version to 1.1.0
All checks were successful
Caddy Manager CI build / docker (push) Successful in 5m32s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 5m32s
This commit is contained in:
@@ -6,12 +6,12 @@ namespace CaddyManager.Configurations.Application;
|
||||
public class ApplicationInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// The version of the application, to be defined and tagged
|
||||
/// 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
|
||||
/// </summary>
|
||||
public static readonly string CommitHash = "[DEVELOPMENT]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user