Skip to content

Commit fbc1c35

Browse files
committed
Fix version number reported by -V
1 parent 2559389 commit fbc1c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/danger-go/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os"
99
)
1010

11-
const version = "v0.0.0"
11+
const version = "v0.0.1"
1212

1313
// main entrypoint of the danger-go command
1414
func main() {

0 commit comments

Comments
 (0)