Skip to content

Commit

Permalink
Bump version string to 1.15.1 (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: John Wood <[email protected]>
  • Loading branch information
seththeriault and jdtw authored Mar 24, 2022
1 parent f8a8c1f commit 3a9d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var (
)

const (
version = "1.14.1"
version = "1.15.1"
)

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

0 comments on commit 3a9d341

Please sign in to comment.