Skip to content

Commit

Permalink
Update _index.md (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyu committed Nov 6, 2023
1 parent abb37e3 commit bf681ad
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 bf681ad

Please sign in to comment.