We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5187a84 commit 92b65d2Copy full SHA for 92b65d2
1 file changed
include/F4SE/Version.h
@@ -57,6 +57,7 @@ namespace F4SE
57
inline constexpr REL::Version RUNTIME_1_11_137{ 1, 11, 137, 0 };
58
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 };
60
+ inline constexpr REL::Version RUNTIME_1_11_191{ 1, 11, 191, 0 };
61
- inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_169;
62
+ inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_191;
63
}
0 commit comments