diff options
-rw-r--r-- | app/views/about/index.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/about/index.html.erb b/app/views/about/index.html.erb index efa98a2..e5d6aff 100644 --- a/app/views/about/index.html.erb +++ b/app/views/about/index.html.erb @@ -15,6 +15,11 @@ <h2>FAQ</h2> <dl> + <dt>Which version is currently running?</dt> + <dd> + Currently <%= `git describe --tags` %> is running. + </dd> + <br> <dt>How do I use advanced search queries?</dt> <dd> Please view the <a href="/about/queries">advanced search queries page</a> for further information about advanced search queries. |