chore: bump version to v4.7.4

This commit is contained in:
Pulse Monitor
2025-08-23 21:32:38 +00:00
parent f6a451be94
commit 8d6245ad83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.7.3
4.7.4
+1 -1
View File
@@ -164,7 +164,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
}
// Final fallback
version := "4.7.3"
version := "4.7.4"
channel := "stable"
if strings.Contains(strings.ToLower(version), "rc") {
channel = "rc"