Skip to content

Commit

Permalink
[skip actions] set VERSION = v1.0.1 in RockstarEnvironment.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Oct 12, 2024
1 parent 3de39b8 commit 3f3e85c
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 = "v0.11.4";
public const string VERSION = "v1.0.1";

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

0 comments on commit 3f3e85c

Please sign in to comment.