Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Sep 16, 2020
1 parent 1689203 commit 2039581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@

### Fixed

- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing))

### Security

### Misc

## [1.2.2] - 2020-09-16

### Fixed

- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing))

## [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))
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.1")
fmt.Println("tldr v 1.2.2")
fmt.Println("Copyright (C) 2017 Max Strübing")
fmt.Println("Source available at https://github.com/mstruebing/tldr")
}
Expand Down

0 comments on commit 2039581

Please sign in to comment.