Skip to content

Commit dedde1a

Browse files
committed
bump up version to 1.3.1
1 parent c9b39e5 commit dedde1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v1.3.1](https://github.com/hirose31/pinger/compare/v1.2...v1.3.1) (2021-03-24)
4+
5+
* Forget to add workflows... [#3](https://github.com/hirose31/pinger/pull/3) ([hirose31](https://github.com/hirose31))
6+
* Use GitHub Actions and build for arm64 [#2](https://github.com/hirose31/pinger/pull/2) ([hirose31](https://github.com/hirose31))
7+
38
## v1.2 (2017-07-11)
49

510
BUG FIXES:

pinger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/tatsushid/go-fastping"
1717
)
1818

19-
const version = "1.3.0"
19+
const version = "1.3.1"
2020

2121
var (
2222
writeFailedLog = !isatty.IsTerminal(os.Stderr.Fd())

0 commit comments

Comments
 (0)