Skip to content

Commit

Permalink
bump up version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Mar 24, 2021
1 parent c9b39e5 commit dedde1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.3.1](https://github.com/hirose31/pinger/compare/v1.2...v1.3.1) (2021-03-24)

* Forget to add workflows... [#3](https://github.com/hirose31/pinger/pull/3) ([hirose31](https://github.com/hirose31))
* Use GitHub Actions and build for arm64 [#2](https://github.com/hirose31/pinger/pull/2) ([hirose31](https://github.com/hirose31))

## v1.2 (2017-07-11)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion pinger.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/tatsushid/go-fastping"
)

const version = "1.3.0"
const version = "1.3.1"

var (
writeFailedLog = !isatty.IsTerminal(os.Stderr.Fd())
Expand Down

0 comments on commit dedde1a

Please sign in to comment.