From 9141a6ab47d1994633c05dfa02a408bd608962f5 Mon Sep 17 00:00:00 2001 From: Sorck Date: Sun, 17 Apr 2022 21:29:52 +0000 Subject: [PATCH] Update getting started instructions for bevy 0.7 (#352) --- content/learn/book/getting-started/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: