Skip to content

Commit ba452ff

Browse files
committed
Modify version to 0.7.1
Signed-off-by: Robin Hahling <[email protected]>
1 parent 5c8a789 commit ba452ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BINDIR ?= /usr/local/bin
44
IMAGE_REPOSITORY ?= quay.io/cilium/hubble
55
CONTAINER_ENGINE ?= docker
66
TARGET=hubble
7-
VERSION=0.7.0
7+
VERSION=0.7.1
88
GIT_BRANCH = $(shell which git >/dev/null 2>&1 && git rev-parse --abbrev-ref HEAD)
99
GIT_HASH = $(shell which git >/dev/null 2>&1 && git rev-parse --short HEAD)
1010
GO_TAGS ?=

0 commit comments

Comments
 (0)