Revised version getter for a full version string

This commit is contained in:
zontreck 2024-12-16 21:23:16 -07:00
parent 6fd2aa62dd
commit 3390716c0a

View file

@ -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}";
}
}