Skip to content

Commit

Permalink
use hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Mar 5, 2024
1 parent ca91044 commit 830c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyverse_scripts/buildReleases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rm -rf release
mkdir -p release

VERSION=$(git tag --sort=committerdate | tail -1)
VERSION="v2.4.5i4"
COMMIT_SHA=$(git describe --always --dirty)
BUILD_DATE=$(date -u +%FT%TZ)
LDFLAGS="-s -w -X 'github.com/drakkan/sftpgo/v2/version.commit=${COMMIT_SHA}' -X 'github.com/drakkan/sftpgo/v2/version.date=${BUILD_DATE}'"
Expand Down

0 comments on commit 830c74a

Please sign in to comment.