diff --git a/RELEASE.md b/RELEASE.md index e5f95a7f..bbbd2968 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,2 +1,2 @@ - 修复部分UI错误 -- 修复节点列表返回数据 \ No newline at end of file +- 优化部分UI界面 \ No newline at end of file diff --git a/cmd/args/build.go b/cmd/args/build.go index 53f6f5e8..b36d6902 100644 --- a/cmd/args/build.go +++ b/cmd/args/build.go @@ -1,7 +1,7 @@ package args -const Version = "0.14.3" -const BuildVersion = "230602" +const Version = "0.14.5" +const BuildVersion = "231125" const AppName = "TDP CLoud" const AppSummary = "土豆片云面板"