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

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Feb 16, 2019
1 parent 40febec commit 0ed7e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
version = "2.0.1"
version = "2.0.2"

graphHorizontalScaleDelta = 3
)
Expand Down

0 comments on commit 0ed7e58

Please sign in to comment.