Hello guys How can i check the version of datahub...
# getting-started
r
Hello guys How can i check the version of datahub components. Ex: Is there an cli command or curl command to check version of datahub-gms and other datahub components.
b
Currently there is not. The best way is to check the tag of the containers you are running
As they should be tagged with a version
docker ps
should display running containers along with their tags
Version now appears in the DataHub UI. Will be available in next release. See it live here! https://demo.datahubproject.io/
👌 1