Skip to content

Commit ac0db77

Browse files
committed
v1.5.7
1 parent b9251ef commit ac0db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import "fmt"
44

5-
const VERSION = "1.5.6"
5+
const VERSION = "1.5.7"
66

77
func handleVersionCommand(opts *CommandLineOptions, args []string) error {
88
fmt.Println(VERSION)

0 commit comments

Comments
 (0)