chore: bump version to v4.3.5

This commit is contained in:
Pulse Monitor
2025-08-14 16:35:06 +00:00
parent 4c60bb3342
commit 485f7cc87f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.3.4
4.3.5
+1 -1
View File
@@ -161,7 +161,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.3.4"
version := "4.3.5"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"