Skip to content

Commit

Permalink
chore: bump latest SFSE version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Jan 31, 2024
1 parent 4d26339 commit eb1e269
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 @@ -8,7 +8,8 @@ namespace SFSE
constexpr REL::Version RUNTIME_SF_1_7_33(1, 7, 33, 0);
constexpr REL::Version RUNTIME_SF_1_7_36(1, 7, 36, 0);
constexpr REL::Version RUNTIME_SF_1_8_86(1, 8, 86, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_8_86;
constexpr REL::Version RUNTIME_SF_1_9_51(1, 9, 51, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_9_51;

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

0 comments on commit eb1e269

Please sign in to comment.