summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-02-16 01:41:00 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-02-16 01:41:00 -0800
commit0ed7e58984292c9a2c08717d7c0fcd2f61e232a1 (patch)
tree477e48df5fc5e9576c72c9b904d41dd3095406f2
parent40febec968c05739c5e93ec2880aaa4825cffa5f (diff)
v2.0.22.0.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--main.go2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67a1d30..89f0d90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-### Fix
+## [2.0.2] - 2019-02-16
+
+### Fixed
- Fix processes on macOS not showing when there's a space in the command name
-[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.1...HEAD
+[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.2...HEAD
+[2.0.2]: https://github.com/cjbassi/gotop/compare/2.0.1...2.0.2
diff --git a/main.go b/main.go
index 6a399d6..0204ce7 100644
--- a/main.go
+++ b/main.go
@@ -24,7 +24,7 @@ import (
)
const (
- version = "2.0.1"
+ version = "2.0.2"
graphHorizontalScaleDelta = 3
)