Skip to content

Commit

Permalink
tweak(scripting/mono-v2): bump pilot date
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunium-cfx committed Jan 1, 2024
1 parent 030778a commit bfaf8b9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -263,11 +263,12 @@ int MonoScriptRuntime::HandlesFile(char* filename, IScriptHostWithResourceData*
}

// last supported date for this pilot of mono_rt2, in UTC
constexpr int maxYear = 2023, maxMonth = 12, maxDay = 31;
constexpr int maxYear = 2024, maxMonth = 3, maxDay = 31;

// Allowed values for mono_rt2
constexpr std::string_view allowedValues[] = {
// put latest on top, right here ↓
"Prerelease expiring 2024-03-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"Prerelease expiring 2023-12-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"Prerelease expiring 2023-08-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"Prerelease expiring 2023-06-30. See https://aka.cfx.re/mono-rt2-preview for info."sv,
Expand Down

0 comments on commit bfaf8b9

Please sign in to comment.