This commit is contained in:
monitor1394
2023-09-03 23:53:00 +08:00
parent c8cb47da63
commit 5d5f32b55e
6 changed files with 228 additions and 152 deletions

View File

@@ -22,7 +22,7 @@ namespace XCharts.Runtime
public static class XChartsMgr
{
public static readonly string version = "3.8.0";
public static readonly int versionDate = 20230801;
public static readonly int versionDate = 20230903;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();