Skip to content

Commit

Permalink
[skip actions] set VERSION = v2.0.0-beta.6 in RockstarEnvironment.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Oct 13, 2024
1 parent 8282ce6 commit 84b9cd7
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 @@ -13,7 +13,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.0-beta.2.0.0";
public const string VERSION = "v2.0.0-beta.6";

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

0 comments on commit 84b9cd7

Please sign in to comment.