Dashboard version

I’d like to put the running version of UDDashboard in my footer. Where can I query that value?

$udversion = (Get-Module -Name UniversalDashboard | Select-Object Version).Version.ToString()

Is what I do.