Loading
cdktf-cli: fix version
Why === * `cdktf-cli --version` returned '0.0.0' What changed === * Run align-version like they do in the github actions release to get the version right * Add versionCheckHook to avoid regressions Test plan === ``` [~/p/nixpkgs]$ ./result/bin/cdktf --version 0.21.0 ```