Update PoolBox Version string

This commit is contained in:
Jaby 2024-07-29 13:36:29 -05:00
parent e609d2b406
commit f749d62e6d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static void setup() {
namespace NormalScene {
static void update() {
static const char Title[] = ">> Pool Box <<";
static const char Version[] = "Ver. 0.8.5";
static const char Version[] = "Ver. 0.9.0";
static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title);
static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);