Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFromND committed Aug 24, 2023
1 parent 423cdc1 commit af711cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ all:
go build -trimpath -o bin/$(EXECNAME) src/main.go

release:
go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.0.1" src/main.go
go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.1.0" src/main.go

0 comments on commit af711cb

Please sign in to comment.