Skip to content

Commit

Permalink
Modify version to 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Oct 22, 2020
1 parent 5c8a789 commit ba452ff
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 @@ -4,7 +4,7 @@ BINDIR ?= /usr/local/bin
IMAGE_REPOSITORY ?= quay.io/cilium/hubble
CONTAINER_ENGINE ?= docker
TARGET=hubble
VERSION=0.7.0
VERSION=0.7.1
GIT_BRANCH = $(shell which git >/dev/null 2>&1 && git rev-parse --abbrev-ref HEAD)
GIT_HASH = $(shell which git >/dev/null 2>&1 && git rev-parse --short HEAD)
GO_TAGS ?=
Expand Down

0 comments on commit ba452ff

Please sign in to comment.