From ecc7355466121b713509c719f910688a53d23903 Mon Sep 17 00:00:00 2001 From: Kazu Date: Sat, 20 May 2023 22:04:55 +0100 Subject: [PATCH] Update BETACRAFT_VERSION --- src/core/Betacraft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Betacraft.h b/src/core/Betacraft.h index 1359c6e..8638644 100644 --- a/src/core/Betacraft.h +++ b/src/core/Betacraft.h @@ -5,7 +5,7 @@ #include -#define BETACRAFT_VERSION "2.0.0-alpha.20230521" +#define BETACRAFT_VERSION "2.0.0-alpha.20230520" extern int betacraft_online; extern char application_support_path[PATH_MAX];