From 97e449c413caed85a4592b27a25643c38626ef0f Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:33:21 +0530 Subject: [PATCH] chore: bump `MenuInterface` version --- CommonLibSF/include/SFSE/Interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibSF/include/SFSE/Interfaces.h b/CommonLibSF/include/SFSE/Interfaces.h index f4b1d32b..d415b208 100644 --- a/CommonLibSF/include/SFSE/Interfaces.h +++ b/CommonLibSF/include/SFSE/Interfaces.h @@ -106,7 +106,7 @@ namespace SFSE enum Version : std::uint32_t { - kVersion = 1 + kVersion = 2 }; [[nodiscard]] std::uint32_t Version() const;