Skip to content

Commit 7a6c9c0

Browse files
committed
feat: new runtime version
1 parent ddc5202 commit 7a6c9c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/F4SE/Version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ namespace F4SE
5656
inline constexpr REL::Version RUNTIME_1_10_984{ 1, 10, 984, 0 };
5757
inline constexpr REL::Version RUNTIME_1_11_137{ 1, 11, 137, 0 };
5858
inline constexpr REL::Version RUNTIME_1_11_159{ 1, 11, 159, 0 };
59+
inline constexpr REL::Version RUNTIME_1_11_169{ 1, 11, 169, 0 };
5960

60-
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_159;
61+
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_169;
6162
}

0 commit comments

Comments
 (0)