Skip to content

Commit

Permalink
v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
myf5 committed Dec 22, 2021
1 parent 12a0c07 commit 9de5c6e
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 @@ -5,7 +5,7 @@ GITHUBACTIONTRIGGERNUMBER = 4

REGISTRY = f5devcentral
NAME = ces-controller
RELEASE_TAG = 0.5.0
RELEASE_TAG = 0.5.1
COMMIT = git-$(shell git rev-parse --short HEAD)
DATE = $(shell date +"%Y-%m-%d_%H:%M:%S")
GOLDFLAGS = "-w -s -X github.com/kubeovn/$(NAME)/versions.COMMIT=$(COMMIT) -X github.com/kubeovn/$(NAME)/versions.VERSION=$(RELEASE_TAG) -X github.com/kubeovn/$(NAME)/versions.BUILDDATE=$(DATE)"
Expand Down

0 comments on commit 9de5c6e

Please sign in to comment.