Skip to content

Commit a43d95a

Browse files
committed
[+] Release v1.3.3
1 parent 0151b46 commit a43d95a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22
go:
3-
- 1.13.x
4-
- 1.14.x
3+
- 1.15.x
54
before_install:
65
- sudo apt-get install -y upx
76
- nvm install --lts

lib/util/update/update.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/rhysd/go-github-selfupdate/selfupdate"
1111
)
1212

13-
const version = "1.3.2"
13+
const version = "1.3.3"
1414

1515
func ConfirmAndSelfUpdate() {
1616
log.Info("Detecting the latest version...")

0 commit comments

Comments
 (0)