From 429c514c65a32f0d8d5265ce82f170236fd3fe38 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 7 Mar 2023 14:58:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[beta-1]=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Dump/coollab_version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dump/coollab_version.cpp b/src/Dump/coollab_version.cpp index 8014941c..7612c8c8 100644 --- a/src/Dump/coollab_version.cpp +++ b/src/Dump/coollab_version.cpp @@ -4,7 +4,7 @@ namespace Lab { auto coollab_version() -> std::string { - return "beta-0"; + return "beta-1"; } } // namespace Lab \ No newline at end of file