Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Mar 9, 2021
1 parent ceef9b7 commit 0d7c7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 0d7c7e5

Please sign in to comment.