3.2.0: Introduce new nameserver, ns-ovh.sslip.io

This commit is contained in:
Brian Cunnie
2024-09-15 17:45:01 -07:00
parent 6855598f0f
commit c4310ebb86
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
#
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR/..
ldflags="-X xip/xip.VersionSemantic=3.1.0 \
ldflags="-X xip/xip.VersionSemantic=3.2.0 \
-X xip/xip.VersionDate=$(date +%Y/%m/%d-%H:%M:%S%z) \
-X xip/xip.VersionGitHash=$(git rev-parse --short HEAD)"
export GOOS GOARCH