chore: bump version to v4.2.1

This commit is contained in:
Pulse Monitor
2025-08-12 10:52:51 +00:00
parent 6316f2c1fe
commit 1cdc6a011c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.2.0
4.2.1
+1 -1
View File
@@ -149,7 +149,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
// Final fallback
return &VersionInfo{
Version: "4.2.0",
Version: "4.2.1",
Build: "release",
Runtime: "go",
IsDevelopment: false,