Commit d39f409a by 毛树良

[chg]:更新版本信息

1 parent 8169e440
...@@ -19,7 +19,7 @@ public class VersionController { ...@@ -19,7 +19,7 @@ public class VersionController {
public Map<String, Object> getVersion() { public Map<String, Object> getVersion() {
Map<String, Object> versionInfo = new HashMap<>(); Map<String, Object> versionInfo = new HashMap<>();
try { try {
String version = "V6.9.5.r1.20250823.Release"; String version = "V6.9.6.r2.20250916.Release";
versionInfo.put("version", version); versionInfo.put("version", version);
} catch (Exception e) { } catch (Exception e) {
versionInfo.put("error", "get version error"); versionInfo.put("error", "get version error");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!