Skip to content

Commit 92b65d2

Browse files
committed
feat: new runtime version
1 parent 5187a84 commit 92b65d2

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
@@ -57,6 +57,7 @@ namespace F4SE
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 };
5959
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 };
6061

61-
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_169;
62+
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_191;
6263
}

0 commit comments

Comments
 (0)