Skip to content

Commit

Permalink
πŸ”– v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Jul 9, 2020
1 parent 8743d1d commit 8ea42aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemget.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
flag "github.com/spf13/pflag"
)

var version = "1.3.0-unreleased"
var version = "1.4.0"

var insecure = flag.BoolP("insecure", "i", false, "Skip checking the cert\n")
var dir = flag.StringP("directory", "d", ".", "The directory where downloads go")
Expand Down

0 comments on commit 8ea42aa

Please sign in to comment.