From a81ccf9bca87688a78bcfba56a504e5a482097fd Mon Sep 17 00:00:00 2001 From: Sergey Yablokov Date: Thu, 29 Feb 2024 23:32:43 +0100 Subject: [PATCH] Update version string --- Eng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eng.cpp b/Eng.cpp index 3462b06f..8dc0d964 100644 --- a/Eng.cpp +++ b/Eng.cpp @@ -1,3 +1,3 @@ #include "Eng.h" -const char *Eng::Version() { return "v0.0.0-unknown-commit"; } \ No newline at end of file +const char *Eng::Version() { return "v0.1.0-unknown-commit"; } \ No newline at end of file