summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-14 17:29:08 +0200
committerPaul Buetow <paul@buetow.org>2026-02-14 17:29:08 +0200
commitb1f0ce01fb6ece8628cf0499690a003cdac28f7f (patch)
treece67d7633075743cd057031c21dca81834494be8 /internal/version/version.go
parentef236805d7c7f655ef22da08d708ecb85212c15c (diff)
Remove macOS stats gathering support, require Linux with /procv0.8.4
Remove non-functional macOS monitoring code that used native tools (sysctl, vm_stat, netstat, iostat). Now loadbars exits with an error when attempting local stats gathering on non-Linux systems. macOS can still be used as a client to monitor remote Linux servers via SSH.
Diffstat (limited to 'internal/version/version.go')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 67d9c60..2b4ace2 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Version is the application version (set at build time or here for development).
-const Version = "0.8.3"
+const Version = "0.8.4"