Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcifuentes committed Mar 7, 2020
1 parent d1a7a91 commit ddf4121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
)

const version = "1.0.1"
const version = "1.0.2"


func usage() {
Expand Down Expand Up @@ -73,4 +73,4 @@ func main(){
selfupdate.EnableLog()
confirmAndSelfUpdate(*slug)
os.Exit(0)
}
}

0 comments on commit ddf4121

Please sign in to comment.