diff --git a/content/learn/book/getting-started/_index.md b/content/learn/book/getting-started/_index.md index 88d48289d1..62dffd970d 100644 --- a/content/learn/book/getting-started/_index.md +++ b/content/learn/book/getting-started/_index.md @@ -30,7 +30,7 @@ Note: the "fast compiles" setup is on the next page, so you might want to read t # use the latest Bevy release git checkout latest # or a specific version - git checkout v0.6.0 + git checkout v0.7.0 ``` 4. Try the examples in the [examples folder](https://github.com/bevyengine/bevy/tree/latest/examples#examples) ```sh @@ -45,7 +45,7 @@ Add the bevy crate to your project's Cargo.toml like this: ```toml [dependencies] -bevy = "0.6" # make sure this is the latest version +bevy = "0.7" # make sure this is the latest version ``` This is the current `bevy` crate version: