Skip to content

Commit

Permalink
Bump edge version in Makefile (linkerd#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim authored Feb 28, 2019
1 parent db68f3b commit fb9c3f8
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 @@ -2,7 +2,7 @@
export PROJECT ?= linkerd-site
RELEASE_URL = https://github.com/linkerd/linkerd2/releases
export L5D2_STABLE_VERSION ?= stable-2.2.1
export L5D2_EDGE_VERSION ?= edge-19.2.4
export L5D2_EDGE_VERSION ?= edge-19.2.5

GIT_BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
GIT_HASH = $(shell git log --pretty=format:'%h' -n 1)
Expand Down

0 comments on commit fb9c3f8

Please sign in to comment.