mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
3.8.0
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user