# Updates and version number discrepancy

**URL:** https://meta.discourse.org/t/updates-and-version-number-discrepancy/356370
**Category:** Support
**Created:** [March 8, 2025, 3:14am UTC](https://meta.discourse.org/t/updates-and-version-number-discrepancy/356370 "2025-03-08T03:14:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Andro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andro/32/173721_2.png) [@Andro](https://meta.discourse.org/u/Andro)
#### Post date: [March 8, 2025, 3:14am UTC](https://meta.discourse.org/t/updates-and-version-number-discrepancy/356370/1 "2025-03-08T03:14:49Z")

</div>

Self hosted Discourse. The version indicated on the Dashboard is always consistently different from the version shown in the Update Discourse page. Why is this?

Currently, for example, we have:

```plaintext
Update page:
latest-release +212
v3.5.0.beta1 +212

Dashboard (after installing said version):
installed
3.5.0.beta2-dev

Latest
3.5.0.beta2-dev

```

Help understanding this would be appreciated. [Discourse seems to work just fine, except that this bothers me a little - I would have thought the versions would correspond.]

In app.yml I am on version tests-passed, the default.

---

<div class="post-metadata">

### Author: ![Andro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andro/32/173721_2.png) [@Andro](https://meta.discourse.org/u/Andro)
#### Post date: [March 15, 2025, 4:22am UTC](https://meta.discourse.org/t/updates-and-version-number-discrepancy/356370/3 "2025-03-15T04:22:00Z")

</div>

Is it impolite to bump this? I’d really like to know why the discrepancy. It makes me feel uncertain about the installation.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [March 15, 2025, 5:53am UTC](https://meta.discourse.org/t/updates-and-version-number-discrepancy/356370/4 "2025-03-15T05:53:28Z")

</div>

You see `v3.5.0.beta2-dev` because every time a beta version is released, here `3.5.0.beta1`, the next version bump starts with `-dev` suffix.

When `3.5.0.beta2` is released (the `-dev` is removed), the next version bump will be `3.5.0.beta3-dev`, etc.
