Revised version getter for a full version string
This commit is contained in:
parent
6fd2aa62dd
commit
3390716c0a
1 changed files with 2 additions and 0 deletions
2
LibAC.cs
2
LibAC.cs
|
@ -13,5 +13,7 @@ namespace LibAC
|
|||
{
|
||||
public static readonly string BUILD_DATE = "121624";
|
||||
public static readonly string BUILD_TIME = "2121";
|
||||
|
||||
public static string VERSION => $"1.3.${BUILD_DATE}.${BUILD_TIME}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue