Show drone version info in UI?

This seems like a trivial ask, but is there a way to show which version of drone is running in the UI? We have automation to automatically update our drone semi-regularly and we just pull the latest major release, but it would be nice to see the actual version number that’s running to know if we’re at the latest or still behind a bit. I haven’t found a way to show that. I’m assuming I’m missing something obvious.

Thanks,
Todd

we do not currently display in the user interface, however, I agree it is a good idea (we’ll add this to our todo list). In the meantime, you can visit the /version endpoint to check the version number from your browser.

Thanks! Hitting /version works for now!