We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9251ef commit ac0db77Copy full SHA for ac0db77
version.go
@@ -2,7 +2,7 @@ package main
2
3
import "fmt"
4
5
-const VERSION = "1.5.6"
+const VERSION = "1.5.7"
6
7
func handleVersionCommand(opts *CommandLineOptions, args []string) error {
8
fmt.Println(VERSION)
0 commit comments