feat: support YAML merge in strict configuration mode (#4809)

This commit is contained in:
fatedier
2025-05-23 19:25:34 +08:00
parent 077ba80ba3
commit 8eb525a648
4 changed files with 154 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
package version
var version = "0.62.1"
var version = "0.63.0"
func Full() string {
return version