Replies: 1 comment
-
Hey @yuvalmaor ! The version is set to latest by default, but the version is set at build time in CI so that we don't constantly update the version in our source code: $ go build -ldflags "-X github.com/gruntwork-io/go-commons/version.Version=x.y.z"
$ ./terragrunt --version
terragrunt version x.y.z I don't see it as a bug that the version is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I install from source
using official docs
I get
terragrunt -v
terragrunt version latest
I get version latest insted of version number
Beta Was this translation helpful? Give feedback.
All reactions