From 255a6d7e4649b7c0908f940e1c8e6f175fe05d95 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:41:54 -0700 Subject: [PATCH] chore: update SFSE version in Version.h --- 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 755af3c6..23c5eedd 100644 --- a/CommonLibSF/include/SFSE/Version.h +++ b/CommonLibSF/include/SFSE/Version.h @@ -9,5 +9,5 @@ namespace SFSE constexpr REL::Version RUNTIME_SF_1_7_36(1, 7, 36, 0); constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_7_36; - constexpr REL::Version SFSE_PACK_LATEST(0, 1, 3, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 1, 4, 0); }