forgot to bump the version string for the next release

(we really should consider a 0.3 soon...)
This commit is contained in:
Dustin Carlino 2021-10-14 09:43:14 -07:00
parent 49469f42f1
commit eb4765fba7

View File

@ -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.