From 93cb81be4ea5f5302c50ab590180d7d16fbc586e Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 5 Oct 2025 18:36:30 +0200 Subject: [PATCH] rebase --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index a6bac64..f17597b 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -std::string version = "1.0.69"; +std::string version = "1.0.1"; #endif // VERSION_H