chore: bump version to v4.2.0

This commit is contained in:
Pulse Monitor
2025-08-11 16:05:09 +00:00
parent 252dec2c75
commit c111738825
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4.1.8
4.2.0
+1 -1
View File
@@ -149,7 +149,7 @@ func GetCurrentVersion() (*VersionInfo, error) {
// Final fallback
return &VersionInfo{
Version: "4.1.8",
Version: "4.2.0",
Build: "release",
Runtime: "go",
IsDevelopment: false,