Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Change 0.11 to latest version
  • Loading branch information
pyu committed Nov 6, 2023
1 parent abb37e3 commit c6f1059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learn/book/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

0 comments on commit c6f1059

Please sign in to comment.