From 3ea906349efb59d3de126a2e94a6ea9212b3f4c2 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Wed, 21 Aug 2024 13:57:49 -0600 Subject: [PATCH] chore: bump SFSE version to 0.2.11 --- include/SFSE/Version.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SFSE/Version.h b/include/SFSE/Version.h index 0830aad1..ec825eac 100644 --- a/include/SFSE/Version.h +++ b/include/SFSE/Version.h @@ -16,7 +16,8 @@ namespace SFSE constexpr REL::Version RUNTIME_SF_1_11_36(1, 11, 36, 0); constexpr REL::Version RUNTIME_SF_1_12_30(1, 12, 30, 0); constexpr REL::Version RUNTIME_SF_1_12_36(1, 12, 36, 0); - constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_12_36; + constexpr REL::Version RUNTIME_SF_1_13_61(1, 13, 61, 0); + constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_13_61; - constexpr REL::Version SFSE_PACK_LATEST(0, 2, 10, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 2, 11, 0); }