Skip to content

Commit 45d6adc

Browse files
committed
feat: update version number
1 parent 6f3630d commit 45d6adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
var (
14-
version = "v1.0.0-alpha"
14+
version = "v1.0.0-alpha.1"
1515
commitMsgFile = flag.String("f", "", "Path to the commit message file")
1616
shouldInit = flag.Bool("init", false, "Install git hook in the current repository")
1717
shouldDisplayVersion = flag.Bool("version", false, "Display version of the binary")

0 commit comments

Comments
 (0)