Skip to content

Commit 29f4931

Browse files
committed
update version tag
1 parent dc5247d commit 29f4931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/graft/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
if len(args) > 0 {
3131
arg := args[0]
3232
if arg == "-v" || arg == "--version" {
33-
fmt.Println("v2.2.0")
33+
fmt.Println("v2.2.2")
3434
return
3535
}
3636
if arg == "--help" {

0 commit comments

Comments
 (0)