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
|
public class ApplicationInfo
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The version of the application, to be defined and tagged
|
/// The version of the application, to be defined and tagged
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string Version = "1.0.0";
|
public static readonly string Version = "1.1.0";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The commit hash of the application
|
/// The commit hash of the application
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string CommitHash = "[DEVELOPMENT]";
|
public static readonly string CommitHash = "[DEVELOPMENT]";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user