chore: bump version to v4.3.1

This commit is contained in:
Pulse Monitor
2025-08-14 10:39:10 +00:00
parent d756da4620
commit 07b33ad215
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.3.1-rc.1
4.3.1
+1 -1
View File
@@ -161,7 +161,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.3.1-rc.1"
version := "4.3.1"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"