# How about an easier way to determine version of Discourse by end user

**URL:** https://meta.discourse.org/t/how-about-an-easier-way-to-determine-version-of-discourse-by-end-user/52428
**Category:** Feature
**Created:** [November 3, 2016, 10:30am UTC](https://meta.discourse.org/t/how-about-an-easier-way-to-determine-version-of-discourse-by-end-user/52428 "2016-11-03T10:30:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [November 3, 2016, 10:36am UTC](https://meta.discourse.org/t/how-about-an-easier-way-to-determine-version-of-discourse-by-end-user/52428/2 "2016-11-03T10:36:08Z")

</div>

> [@Schedule posts/topic?](https://meta.discourse.org/t/schedule-posts-topic/32416/19):
>
> from the front-end?

Do you mean not going to `/admin`? If so, you should be able to get the current version by viewing page source. Right click on a blank part of your site and click `view page source`. A few lines from the top (here on Meta it’s line 10) you’ll see something like this:

```plaintext
<meta name="generator" content="Discourse 1.7.0.beta7 - https://github.com/discourse/discourse version 71fa9541fa65571249921bb47ac49e9ff2880726">

```

There’s the current version.

---

_[View the full topic](https://meta.discourse.org/t/how-about-an-easier-way-to-determine-version-of-discourse-by-end-user/52428)._
