As a user, how can I determine the installed version of GitHub Enterprise?

Flimzy picture Flimzy · Sep 15, 2014 · Viewed 10.1k times · Source

Some services which extend GitHub Enterprise require a sufficiently recent version. But as a standard user of GH:E, how can I determine, without bugging my admin, which version my company has installed?

Answer

Ashish Musale picture Ashish Musale · Jul 19, 2015

I was searching for the same information for our github enterprise version. In the page source I found the following:

<a href="/">
      <span class="octicon-mark-github" title="GitHub Enterprise Version 11.10.xxx"></span>
</a>

This is the GitHub Octocat logo in the footer of GitHub Enterprise - just hover over it to get a tooltip with the version number.