Skip to content

Commit 1213618

Browse files
author
Michael Sauter
committed
Set master version to 1.2.0+master
1 parent 612fb08 commit 1213618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0")
256+
fmt.Println("1.2.0+master")
257257
return
258258
}
259259

0 commit comments

Comments
 (0)