Version bump, mainly to test workflow.

This commit is contained in:
Sean E. Russell 2020-02-29 16:20:20 -06:00
parent dd1ea52ff3
commit 94221e05c6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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