Skip to content

Commit

Permalink
Update default version in Makefile (#556)
Browse files Browse the repository at this point in the history
Update default version of apisix-ingress-controller in Makefile to be the latest version 1.0.0.
  • Loading branch information
fhuzero committed Jun 23, 2021
1 parent f5cc76e commit b4a6889
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 @@ -16,7 +16,7 @@
#
default: help

VERSION ?= 0.6.0
VERSION ?= 1.0.0
RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
LOCAL_REGISTRY="localhost:5000"
IMAGE_TAG ?= dev
Expand Down

0 comments on commit b4a6889

Please sign in to comment.