mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
4 lines
147 B
Bash
4 lines
147 B
Bash
#!/bin/sh
|
|
export GITBUCKET_VERSION=`cat ../project/build.scala | grep 'val Version' | cut -d \" -f 2`
|
|
echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"
|