From 33d1cbee47088f35c973fceb6499e7cdbd2a79ac Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 18 Apr 2021 08:37:55 -0700 Subject: [PATCH] Prep for [release] [rebuild] --- map_gui/src/tools/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map_gui/src/tools/updater.rs b/map_gui/src/tools/updater.rs index 6117ca71ac..19576a91b1 100644 --- a/map_gui/src/tools/updater.rs +++ b/map_gui/src/tools/updater.rs @@ -13,7 +13,7 @@ use crate::tools::{ChooseSomething, PopupMsg}; use crate::AppLike; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.2.39"; +const NEXT_RELEASE: &str = "0.2.40"; pub struct Picker { panel: Panel,