From 187e468a5e846b3b6f296d766e25db33e1a48fc9 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Thu, 23 Nov 2023 02:09:46 -0700 Subject: [PATCH] chore: bump latest SFSE version to 0.2.0 (#232) --- CommonLibSF/include/SFSE/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibSF/include/SFSE/Version.h b/CommonLibSF/include/SFSE/Version.h index f1b44491..26bc2828 100644 --- a/CommonLibSF/include/SFSE/Version.h +++ b/CommonLibSF/include/SFSE/Version.h @@ -10,5 +10,5 @@ namespace SFSE constexpr REL::Version RUNTIME_SF_1_8_86(1, 8, 86, 0); constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_8_86; - constexpr REL::Version SFSE_PACK_LATEST(0, 1, 6, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 2, 0, 0); }