Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update version to v0.7 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinandj committed Mar 28, 2019
1 parent e4d1b12 commit 29d5089
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
@@ -1,7 +1,7 @@
TEST_PATH=./
BUILD=docker build --target
RUN=docker run --rm -it
VERSION=v0.7-dev
VERSION=v0.7
GIT_TAG=$(shell git rev-parse --short HEAD)

ifeq (${DOCKER_PUSH},true)
Expand Down

0 comments on commit 29d5089

Please sign in to comment.