From c35884a609e1b07c0805ad1db79d07fbd222d128 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Wed, 22 Nov 2023 23:38:24 -0700 Subject: [PATCH] chore: bump latest SFSE version to 0.2.0 --- 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); }