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;