Update to 1.16 (#275)

This commit is contained in:
John Wood
2022-06-28 14:59:36 -07:00
committed by GitHub
parent 4c8f1c5862
commit 9a1ff6da3d
+1 -1
View File
@@ -52,7 +52,7 @@ var (
)
const (
version = "1.15.1"
version = "1.16.0"
)
func Run(args []string, tty terminal.Terminal) int {