Skip to content

Commit

Permalink
Move orchestrator version to its own file RELEASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmudd committed Aug 26, 2016
1 parent bba0bc2 commit 5306d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.5.6
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
set -e

RELEASE_VERSION="1.5.6"
RELEASE_VERSION=$(cat RELEASE_VERSION)
TOPDIR=/tmp/orchestrator-release
export RELEASE_VERSION TOPDIR
export GO15VENDOREXPERIMENT=1
Expand Down

0 comments on commit 5306d58

Please sign in to comment.