Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Commit 0ed7e58

Browse files
committed
v2.0.2
1 parent 40febec commit 0ed7e58

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
### Fix
9+
## [2.0.2] - 2019-02-16
10+
11+
### Fixed
1012

1113
- Fix processes on macOS not showing when there's a space in the command name
1214

13-
[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.1...HEAD
15+
[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.2...HEAD
16+
[2.0.2]: https://github.com/cjbassi/gotop/compare/2.0.1...2.0.2

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
const (
27-
version = "2.0.1"
27+
version = "2.0.2"
2828

2929
graphHorizontalScaleDelta = 3
3030
)

0 commit comments

Comments
 (0)