Skip to content

Commit ce09cb9

Browse files
authored
Merge pull request #353 from square/nunger.set-version-string-to-1.17.1
Update version to 1.17.1
2 parents bed6218 + a32944a commit ce09cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var (
6868
)
6969

7070
const (
71-
version = "1.16.0"
71+
version = "1.17.1"
7272
)
7373

7474
func Run(args []string, tty terminal.Terminal) int {

0 commit comments

Comments
 (0)