Skip to content

Commit

Permalink
Merge pull request #148 from warrensbox/master
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
warrensbox authored Mar 9, 2021
2 parents 914b7ab + 0d7c7e5 commit 6b36d5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ builds:
binary: tfswitch
goos:
- darwin
- freebsd
- netbsd
- linux
- windows
Expand All @@ -21,10 +20,8 @@ builds:
- 6
- 7
ignore:
- goos: freebsd
goarch: arm64
- goos: windows
goarch: arm
goarch: arm
checksum:
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_checksums.txt'
changelog:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
tomlFilename = ".tfswitch.toml"
)

var version = "0.10.0\n"
var version = "0.11.0\n"

func main() {
custBinPath := getopt.StringLong("bin", 'b', defaultBin, "Custom binary path. Ex: /Users/username/bin/terraform")
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=0.10
RELEASE_VERSION=0.11

0 comments on commit 6b36d5c

Please sign in to comment.