summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-18 13:27:38 -0600
committerSean E. Russell <ser@ser1.net>2020-02-18 13:27:38 -0600
commitf96a97c3d8f5b8cd87a6e2f1fd1d0a4032c429a7 (patch)
tree38f3bd0efc0c97ffe711afa19fcdb31d0f5d4d20 /cmd
parenta197638e1f1292f3f01b17a0f4419d0180810927 (diff)
Prepped for releasev3.3.1
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 205a457..5a898f8 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -25,7 +25,7 @@ import (
const (
appName = "gotop"
- version = "3.3.0"
+ version = "3.3.1"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"