summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-28 15:07:02 -0600
committerSean E. Russell <ser@ser1.net>2020-02-28 15:07:02 -0600
commit18be89370d558b627f3677c42a173f63c76ece01 (patch)
treee8f9a74e460c50c7a9f6db1fbe268258d2d2fe07
parent98667ca9f7ca4e23b61857f54e13a9e4a412dd8d (diff)
Getting the tags right so modules work for pluginsv3.4.2
-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 2f96d2b..ba93f21 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.x] - ??
+## [3.4.2] - ??
### Added
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 46dbbbf..4543b12 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -28,7 +28,7 @@ import (
const (
appName = "gotop"
- version = "3.4.0"
+ version = "3.4.2"
graphHorizontalScaleDelta = 3
defaultUI = "cpu\ndisk/1 2:mem/2\ntemp\nnet procs"