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.9 for release (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgunapati committed Oct 16, 2019
1 parent 3c2c5ce commit 2bd27bd
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.9-dev
VERSION=v0.9
GIT_TAG=$(shell git rev-parse --short HEAD)

ifeq (${DOCKER_PUSH},true)
Expand Down

0 comments on commit 2bd27bd

Please sign in to comment.