Skip to content

Commit 2befcc3

Browse files
committed
Modify version to 0.7.0
Signed-off-by: Robin Hahling <[email protected]>
1 parent f5542d4 commit 2befcc3

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-dev
7+
VERSION=0.7.0
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)