diff --git a/content/learn/book/getting-started/_index.md b/content/learn/book/getting-started/_index.md index 379fc14ec2..1de686807c 100644 --- a/content/learn/book/getting-started/_index.md +++ b/content/learn/book/getting-started/_index.md @@ -58,7 +58,7 @@ Alternatively, you can manually add it to your project's Cargo.toml like this: ```toml [dependencies] -bevy = "0.11" # make sure this is the latest version +bevy = "0.12" # make sure this is the latest version ``` Make sure to use the latest `bevy` crate version ([![Crates.io](https://img.shields.io/crates/v/bevy.svg)](https://crates.io/crates/bevy)).