Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 0ac33f8

Browse files
authored
chore: bump version (#303)
1 parent 417c17a commit 0ac33f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/SFSE/Version.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ namespace SFSE
1818
constexpr REL::Version RUNTIME_SF_1_12_36(1, 12, 36, 0);
1919
constexpr REL::Version RUNTIME_SF_1_13_61(1, 13, 61, 0);
2020
constexpr REL::Version RUNTIME_SF_1_14_70(1, 14, 70, 0);
21-
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_70;
21+
constexpr REL::Version RUNTIME_SF_1_14_74(1, 14, 74, 0);
22+
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_74;
2223

23-
constexpr REL::Version SFSE_PACK_LATEST(0, 2, 13, 0);
24+
constexpr REL::Version SFSE_PACK_LATEST(0, 2, 16, 0);
2425
}

0 commit comments

Comments
 (0)