From 94221e05c68e892d65c22c9d6a55f1cdcd77be52 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sat, 29 Feb 2020 16:20:20 -0600 Subject: [PATCH] Version bump, mainly to test workflow. --- CHANGELOG.md | 2 +- cmd/gotop/main.go | 2 +- 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"