From 18be89370d558b627f3677c42a173f63c76ece01 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Fri, 28 Feb 2020 15:07:02 -0600 Subject: Getting the tags right so modules work for plugins --- CHANGELOG.md | 2 +- cmd/gotop/main.go | 2 +- 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" -- cgit v1.2.3