summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-02-22 11:53:36 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-02-22 11:53:36 -0800
commit867cf2b9e4a4acfd8bbfbe5c8d67aa2450d669e2 (patch)
tree619feb47507273266193ba09efa57d1eb5a71c07
parent27a9ea080b7b9169c86f8839a536c98cc1f85b52 (diff)
v3.0.03.0.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--main.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 992f526..77f4231 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 cfc5d19..a21e11d 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
)