Skip to content

Commit

Permalink
tweak(scripting-mono-v2): bump pilot date
Browse files Browse the repository at this point in the history
Bumps the pilot date to 2023-08-31
  • Loading branch information
thorium-cfx committed Jun 26, 2023
1 parent a017417 commit 5ea3e4f
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 = 06, maxDay = 30;
constexpr int maxYear = 2023, maxMonth = 8, maxDay = 31;

// Allowed values for mono_rt2
constexpr std::string_view allowedValues[] = {
// put latest on top, right here ↓
"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 5ea3e4f

Please sign in to comment.