# What Ember.js version does Discourse use?

**URL:** https://meta.discourse.org/t/what-ember-js-version-does-discourse-use/194074
**Category:** Development
**Created:** [June 16, 2021, 3:40pm UTC](https://meta.discourse.org/t/what-ember-js-version-does-discourse-use/194074 "2021-06-16T15:40:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nacho\_Caballero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nacho_caballero/32/130189_2.png) [@Nacho\_Caballero](https://meta.discourse.org/u/Nacho_Caballero)
#### Post date: [June 16, 2021, 3:40pm UTC](https://meta.discourse.org/t/what-ember-js-version-does-discourse-use/194074/1 "2021-06-16T15:40:24Z")

</div>

I’ve started going through the [plugin guide](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-2-plugin-outlets/31001/1), which links to the [Ember 2.13](https://guides.emberjs.com/v2.13.0/templates/) docs.

Ember is currently up to version 3.26, so I’m a bit confused. In `/app/assets/javascripts/discourse/package.json` I see this:

```plaintext
"ember": {
    "edition": "default"
}

```

But in some of other places like discourse-common, I see this:

```plaintext
"ember": {
    "edition": "octane"
}

```

So, is the plugin guide outdated or can I use either version?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [June 16, 2021, 5:40pm UTC](https://meta.discourse.org/t/what-ember-js-version-does-discourse-use/194074/2 "2021-06-16T17:40:59Z")

</div>

Discourse is currently on 3.12.2, however we are about to start rapidly upgrading towards octane. Those JSON files you are seeing are sub projects from our Ember CLI build
