The `lib/version/version.go` still has the `0.5.2` version defined, which is confusing when latest `terrafmt` is run: ```shell > go install -v github.com/katbyte/terrafmt@latest […] > terrafmt version terrafmt v0.5.2- ```