Azure / azure-ai-cli

This repository is for active development of the Azure AI CLI. For consumers of the CLI, we suggest you check out The Book of AI at https://thebookof.ai
https://thebookof.ai/
MIT License
21 stars 7 forks source link

`ai version` should print full version number #289

Open robch opened 4 months ago

robch commented 4 months ago

Currently, it only prints the SemVersion (e.g. 1.0.0)

It should print the full version (e.g. 1.0.0-preview-20240503.2)

(found by Will Eastler ... Thanks Will!)