Skip to content

Commit

Permalink
chore: bump latest SFSE version to 0.2.7 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored May 16, 2024
1 parent a76b02f commit 4622a33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CommonLibSF/include/SFSE/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ namespace SFSE
constexpr REL::Version RUNTIME_SF_1_9_71(1, 9, 71, 0);
constexpr REL::Version RUNTIME_SF_1_10_31(1, 10, 31, 0);
constexpr REL::Version RUNTIME_SF_1_10_32(1, 10, 32, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_10_32;
constexpr REL::Version RUNTIME_SF_1_11_36(1, 11, 36, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_11_36;

constexpr REL::Version SFSE_PACK_LATEST(0, 2, 6, 0);
constexpr REL::Version SFSE_PACK_LATEST(0, 2, 7, 0);
}

0 comments on commit 4622a33

Please sign in to comment.