summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-16 22:39:30 +0200
committerPaul Buetow <paul@buetow.org>2026-02-16 22:39:30 +0200
commit971928faff0c100ef591c2d0e92e94b9f46ae71a (patch)
treeaad62242e6107a8deefa310112c88d0409535a86 /internal/version/version.go
parent96b15cd512f6f38603e1e3d20afabd8c6f303079 (diff)
Add global average CPU line toggled with hotkey gv0.10.0
Draw a 1px red horizontal line spanning the full window width showing the mean CPU usage across all monitored hosts. Toggled with 'g' hotkey and persistable to ~/.loadbarsrc via 'w'. Bump version to 0.10.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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 01de152..1cb63c3 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.9.1"
+const Version = "0.10.0"