Getting the tags right so modules work for plugins

This commit is contained in:
Sean E. Russell 2020-02-28 15:07:02 -06:00
parent 98667ca9f7
commit 18be89370d
2 changed files with 2 additions and 2 deletions

@ -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

@ -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"