summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-29 16:33:32 -0600
committerSean E. Russell <ser@ser1.net>2020-02-29 16:33:32 -0600
commit855ebfd93c66ddddc657a525602b514c57ab5ac2 (patch)
tree8a42e5a0f0c1303207e36e51d511f042e7eb61f0 /cmd
parent102e5441313d489a501c1069a8bfd846011b192b (diff)
Fix workflow & version bump.v3.4.5
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 6afdf87..d243531 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -28,7 +28,8 @@ import (
const (
appName = "gotop"
- version = "3.4.4"
+ // TODO: Set this at compile time; having to check this in sucks.
+ version = "3.4.5"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"