Skip to content

Commit

Permalink
chore: bump latest SFSE version to 0.2.8 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored Jun 11, 2024
1 parent a4c18ad commit 8f09449
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 @@ -14,7 +14,8 @@ namespace SFSE
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 REL::Version RUNTIME_SF_1_11_36(1, 11, 36, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_11_36;
constexpr REL::Version RUNTIME_SF_1_12_30(1, 12, 30, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_12_30;

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

0 comments on commit 8f09449

Please sign in to comment.