summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-29 16:20:20 -0600
committerSean E. Russell <ser@ser1.net>2020-02-29 16:20:20 -0600
commit94221e05c68e892d65c22c9d6a55f1cdcd77be52 (patch)
treeaf220ef4b650b22ae463bdd2cd7a91a17e4be3b8
parentdd1ea52ff3ef04de3bbbc76690cd500cf46bf4ab (diff)
Version bump, mainly to test workflow.
-rw-r--r--CHANGELOG.md2
-rw-r--r--cmd/gotop/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5df573..b5b7380 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
-## [3.4.3] - ??
+## [3.4.4] - ??
### Added
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 0a7bb03..6afdf87 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -28,7 +28,7 @@ import (
const (
appName = "gotop"
- version = "3.4.3"
+ version = "3.4.4"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"