Skip to content

Commit

Permalink
bumping version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 5, 2021
1 parent 9329114 commit aa84338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

/*
* Version 0.6.0
* Version 0.12.0
* Compatible with Mac OS X AND other LINUX OS ONLY
*/

Expand Down Expand Up @@ -52,7 +52,7 @@ const (
tgHclFilename = "terragrunt.hcl"
)

var version = "0.11.0\n"
var version = "0.12.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.11
RELEASE_VERSION=0.12

0 comments on commit aa84338

Please sign in to comment.