Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jul 29, 2020
1 parent edde1e4 commit 6c123be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
## Unreleased
### Added
### Changed
* Only check remote is reachable when ttl timeout. [#52](https://github.com/mstruebing/tldr/pull/52) ([@wudong](https://github.com/wudong))
### Deprecated
### Removed
### Fixed
### Security
### Misc

## [1.2.1] - 2020-07-29
* Only check remote is reachable when ttl timeout. [#52](https://github.com/mstruebing/tldr/pull/52) ([@wudong](https://github.com/wudong))

## [1.2.0] - 2020-03-06
### Added
* Added docker container [#50](https://github.com/mstruebing/tldr/pull/50) ([@mstruebing](https://github.com/mstruebing))
Expand Down
2 changes: 1 addition & 1 deletion cmd/tldr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
const currentPlattform = runtime.GOOS

func printVersion() {
fmt.Println("tldr v 1.2.0")
fmt.Println("tldr v 1.2.1")
fmt.Println("Copyright (C) 2017 Max Strübing")
fmt.Println("Source available at https://github.com/mstruebing/tldr")
}
Expand Down

0 comments on commit 6c123be

Please sign in to comment.