new release

This commit is contained in:
Dustin Carlino 2022-02-06 17:41:19 +00:00
parent 2280a1088b
commit 1c93af8850
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ and educate the public about
The project works anywhere in the world, thanks to
[OpenStreetMap](https://www.openstreetmap.org/about).
- Run it on [your web browser](http://play.abstreet.org/0.3.9/abstreet.html),
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.9/abstreet_windows_v0_3_9.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.9/abstreet_mac_v0_3_9.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.9/abstreet_linux_v0_3_9.zip),
- Run it on [your web browser](http://play.abstreet.org/0.3.10/abstreet.html),
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.10/abstreet_windows_v0_3_10.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.10/abstreet_mac_v0_3_10.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.10/abstreet_linux_v0_3_10.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/), or
[read all instructions](https://a-b-street.github.io/docs/user/index.html)
- [build from source](https://a-b-street.github.io/docs/tech/dev/index.html)

View File

@ -54,7 +54,7 @@ mod url;
mod waypoints;
// Update this ___before___ pushing the commit with "[rebuild] [release]".
const NEXT_RELEASE: &str = "0.3.10";
const NEXT_RELEASE: &str = "0.3.11";
/// Returns the version of A/B Street to link to. When building for a release, this points to that
/// new release. Otherwise it points to the current dev version.