Skip to content

Commit

Permalink
Updated snapcraft -> 0.10.1010
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Feb 5, 2021
1 parent 7272aeb commit b962c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tfswitch
version: '0.10.958'
version: '0.10.1010'
summary: A command line tool to switch between different versions of terraform
description: |
The `tfswitch` command line tool lets you switch between different versions of terraform(https://www.terraform.io/).
Expand Down Expand Up @@ -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=0.10.958" -o ../install/bin/tfswitch
go build -v -ldflags "-X main.version=0.10.1010" -o ../install/bin/tfswitch

0 comments on commit b962c6e

Please sign in to comment.