From 680b986bbc3bb6258e3749575d7a442aa6398b44 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 6e4399444..59634d551 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