diff --git a/snapcraft.yaml b/snapcraft.yaml index c1aafbaf..86eb897e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -33,4 +33,4 @@ parts: - tfswitch override-build: VER=$(git ls-remote --tags git://github.com/warrensbox/terraform-switcher | awk '{print $2}'| awk -F"/" '{print $3}' | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -n 2 | head -n1) - go build -v -ldflags "-X main.version=$VER" -o ../install/bin/tfswitch \ No newline at end of file + go build -v -ldflags "-X main.version=0.10.958" -o ../install/bin/tfswitch \ No newline at end of file