Prep for [release] [rebuild]

This commit is contained in:
Dustin Carlino 2021-04-18 08:37:55 -07:00
parent 96d2f35779
commit 33d1cbee47

View File

@ -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<A: AppLike> {
panel: Panel,