From a759acec8bef28e610b783a7aded0d1d372df0d3 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Mon, 30 Sep 2024 19:52:24 -0600 Subject: [PATCH] chore: bump SFSE version to 0.2.13 --- 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 ec825eac..5fb9ccf8 100644 --- a/include/SFSE/Version.h +++ b/include/SFSE/Version.h @@ -17,7 +17,8 @@ namespace SFSE 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 REL::Version RUNTIME_SF_1_13_61(1, 13, 61, 0); - constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_13_61; + constexpr REL::Version RUNTIME_SF_1_14_70(1, 14, 70, 0); + constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_70; - constexpr REL::Version SFSE_PACK_LATEST(0, 2, 11, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 2, 13, 0); }