Bump version to 1.13.0

This commit is contained in:
Mat Byczkowski
2021-11-29 12:01:35 -08:00
committed by GitHub
parent beea3f9bc3
commit 3eead6f4d1
+1 -1
View File
@@ -49,7 +49,7 @@ var (
)
const (
version = "1.12.1"
version = "1.13.0"
)
func Run(args []string, tty terminal.Terminal) int {