diff --git a/env.sh b/env.sh index d6cd233..137b31e 100644 --- a/env.sh +++ b/env.sh @@ -1,2 +1,3 @@ #!/bin/sh -export GITBUCKET_VERSION=3.5.0-SNAPSHOT +export GITBUCKET_VERSION=`cat project/build.scala | grep 'val Version' | cut -d \" -f 2` +echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"