Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Dec 9, 2024
2 parents 70fe8b2 + c3c82c7 commit 761293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Starship/Rockstar.Engine/RockstarEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum Scope {
public class RockstarEnvironment(IRockstarIO io) {
// This line will be automatically overwritten by GitHub Actions
// when the engine is built.
public const string VERSION = "v2.0.11";
public const string VERSION = "v2.0.12";

private const string ARGUMENTS_ARRAY_NAME = "__arguments__";
public static CommonVariable Arguments = new CommonVariable(ARGUMENTS_ARRAY_NAME);
Expand Down

0 comments on commit 761293b

Please sign in to comment.