We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0151b46 commit a43d95aCopy full SHA for a43d95a
.travis.yml
@@ -1,7 +1,6 @@
1
language: go
2
go:
3
- - 1.13.x
4
- - 1.14.x
+ - 1.15.x
5
before_install:
6
- sudo apt-get install -y upx
7
- nvm install --lts
lib/util/update/update.go
@@ -10,7 +10,7 @@ import (
10
"github.com/rhysd/go-github-selfupdate/selfupdate"
11
)
12
13
-const version = "1.3.2"
+const version = "1.3.3"
14
15
func ConfirmAndSelfUpdate() {
16
log.Info("Detecting the latest version...")
0 commit comments