From eb4765fba7a42f45589e88e2067079d1a8b1a84b Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Thu, 14 Oct 2021 09:43:14 -0700 Subject: [PATCH] forgot to bump the version string for the next release (we really should consider a 0.3 soon...) --- map_gui/src/tools/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map_gui/src/tools/mod.rs b/map_gui/src/tools/mod.rs index bd8f142e8f..925a0d0afd 100644 --- a/map_gui/src/tools/mod.rs +++ b/map_gui/src/tools/mod.rs @@ -39,7 +39,7 @@ mod updater; mod url; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.2.62"; +const NEXT_RELEASE: &str = "0.2.63"; /// 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.