Skip to content

Commit

Permalink
[skip actions] set VERSION = v2.0.14 in RockstarEnvironment.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Dec 10, 2024
1 parent e926c15 commit c984088
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.13";
public const string VERSION = "v2.0.14";

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

0 comments on commit c984088

Please sign in to comment.