update version package when building.

This commit is contained in:
Daniel Smith
2014-07-02 14:57:26 -07:00
parent 68bef4ac0c
commit 60f05c8d8d
7 changed files with 92 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
set -e
# Update the version.
$(dirname $0)/version-gen.sh
source $(dirname $0)/config-go.sh
cd "${KUBE_TARGET}"