Skip to content

Commit

Permalink
Bump to 5.1.1-RC01
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Dec 22, 2023
1 parent 001dbc1 commit ed18b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BINARY = philosopher
VERSION = $(shell date +%Y%m%d)
BUILD = $(shell date +%Y%m%d%H%M)

TAG = v5.1.0
RC = RC9
TAG = v5.1.1
RC = RC01

LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"

Expand Down

0 comments on commit ed18b43

Please sign in to comment.