We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e64730 commit b18cf5cCopy full SHA for b18cf5c
guides/release/tutorial/part-1/orientation.md
@@ -24,7 +24,7 @@ To verify that your installation was successful, run:
24
25
```shell
26
$ ember --version
27
-ember-cli: 5.6.0
+ember-cli: 5.7.0
28
node: 18.19.1
29
os: linux x64
30
```
@@ -38,7 +38,7 @@ We can create a new project using Ember CLI's `new` command. It follows the patt
38
39
$ ember new super-rentals --lang en
40
installing app
41
-Ember CLI v5.6.0
+Ember CLI v5.7.0
42
43
Creating a new Ember app in /home/runner/work/super-rentals-tutorial/super-rentals-tutorial/dist/code/super-rentals:
44
create .editorconfig
0 commit comments