diff --git a/CHANGELOG.md b/CHANGELOG.md index 992f5261..77f42313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2019-02-22 + ### Added - Add vice colorscheme [#115] diff --git a/main.go b/main.go index cfc5d195..a21e11d4 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( const ( appName = "gotop" - version = "2.0.2" + version = "3.0.0" graphHorizontalScaleDelta = 3 )