We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform-provider-ockam/internal/provider/client.go
Line 50 in f0f8565
The text was updated successfully, but these errors were encountered:
Could use a build flag too to get it in there too (and cat it in via the file`).
cat
go build -ldflags="-X 'main.OckamVersion=v1.0.0'"
package main import ( "fmt" ) var OckamVersion = "v0.0.1" func main() { fmt.Println("Version:\t", Version) }
Sorry, something went wrong.
Hi @arbourd. Thank you for shearing this.
sobi3ch
No branches or pull requests
terraform-provider-ockam/internal/provider/client.go
Line 50 in f0f8565
The text was updated successfully, but these errors were encountered: