From 1b483f1f0388838b1b77c3d5d3f9df4ae10c11ff Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 21 Oct 2023 21:37:17 +0300 Subject: [PATCH] updated version to v0.0.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 6e439944..59634d55 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ #include namespace Emulator { -constexpr char VERSION[] = "0.0.2 WIP"; +constexpr char VERSION[] = "0.0.2"; } \ No newline at end of file