Closed TheAngryByrd closed 1 year ago
👋 Hey there! I noticed while using this tool that the --version wasn't outputting the correct version because it's not published with the correct property.
--version
Current output:
❯ az-acme --version az-acme 1.0.0
After this PR:
❯ az-acme --version az-acme 0.4
Thanks @TheAngryByrd - merged in
👋 Hey there! I noticed while using this tool that the
--version
wasn't outputting the correct version because it's not published with the correct property.Current output:
After this PR: