This commit is contained in:
monitor1394
2022-07-27 08:00:11 +08:00
parent 4f93628667
commit b3b0c0b3aa
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ namespace XCharts.Runtime
[ExecuteInEditMode]
public static class XChartsMgr
{
public static readonly string version = "3.1.0";
public static readonly string version = "3.2.0";
public static readonly int versionDate = 20220712;
public static string fullVersion { get { return version + "-" + versionDate; } }