Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFromND committed Aug 2, 2024
1 parent 37b2170 commit de4afa8
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.1" src/main.go
go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.2" src/main.go

0 comments on commit de4afa8

Please sign in to comment.