summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-13 13:47:43 -0600
committerSean E. Russell <ser@ser1.net>2020-02-13 13:47:43 -0600
commit47413695cec2be72f12b29339ff2cc0767d10929 (patch)
treeab0a2dcf395f5dbf29cdcfabbccc2eba9f7f2bd8
parented01cf48d245f6158be3f64c972d7198eb3a3427 (diff)
Updates the version to reflect feature additions and mergesv3.1.0
-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 74891ef..b75c96a 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -26,7 +26,7 @@ import (
const (
appName = "gotop"
- version = "3.0.0"
+ version = "3.1.0"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"