Skip to content

Commit

Permalink
[skip actions] set VERSION = v2.0.29 in RockstarEnvironment.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Jan 3, 2025
1 parent 16a3c43 commit 348a253
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 @@ -15,7 +15,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.28";
public const string VERSION = "v2.0.29";

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

0 comments on commit 348a253

Please sign in to comment.