Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFromND committed Jul 17, 2024
1 parent f165feb commit 3e6b51c
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.3.0" src/main.go
go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.1" src/main.go

0 comments on commit 3e6b51c

Please sign in to comment.