Skip to content

Commit 2d69d8d

Browse files
committed
Bump to 5.1.3 RC12.
1 parent 24de030 commit 2d69d8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d)
77
BUILD = $(shell date +%Y%m%d%H%M)
88

99
TAG = v5.1.3
10-
RC = RC11
10+
RC = RC12
1111

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

@@ -74,7 +74,7 @@ all:
7474
push:
7575
git tag -a ${TAG} -m "Philosopher ${TAG}"
7676
git push origin master -f --tags
77-
77+
7878
.PHONY: draft
7979
draft:
8080
goreleaser --skip-publish --snapshot --release-notes=Changelog

0 commit comments

Comments
 (0)