Skip to content

Commit 11a50ff

Browse files
author
Michael Sauter
committed
Set master version to 1.2.2+master
1 parent 381ec19 commit 11a50ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tailor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func main() {
253253
command := kingpin.MustParse(app.Parse(os.Args[1:]))
254254

255255
if command == versionCommand.FullCommand() {
256-
fmt.Println("1.2.2")
256+
fmt.Println("1.2.2+master")
257257
return
258258
}
259259

0 commit comments

Comments
 (0)