Skip to content

Commit

Permalink
Cut v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbrg committed Apr 25, 2017
1 parent ef87b7f commit 481e600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BUILD_DIR=$(shell pwd)/build
BIN_DIR=$(BUILD_DIR)/bin
HANDLE_USER_DATA=$(shell base64 -w 0 scripts/handle-user-data)
CERT_GEN=$(shell base64 -w 0 scripts/cert-gen.sh)
VERSION=1.0.0-rc.4
VERSION=1.0.0
GITTAG=$(shell git rev-parse --short HEAD)
TODAY=$(shell date +"%d%m%Y%H%M%S")
MINISHIFT_LATEST_URL=$(shell python tests/utils/minishift_latest_version.py)
Expand Down

0 comments on commit 481e600

Please sign in to comment.