az-acme / az-acme-cli

CLI for obtaining, and renewing TLS certificates from Acme compliant authorities to Azure Key Vault
https://azacme.dev
MIT License
34 stars 17 forks source link

Adds version number on publish #38

Closed TheAngryByrd closed 1 year ago

TheAngryByrd commented 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.

Current output:

❯ az-acme --version
az-acme 1.0.0

After this PR:

❯ az-acme --version
az-acme 0.4
ross-mcdermott commented 1 year ago

Thanks @TheAngryByrd - merged in