diff --git a/Starship/Rockstar.Engine/RockstarEnvironment.cs b/Starship/Rockstar.Engine/RockstarEnvironment.cs index 97f20975..0db452eb 100644 --- a/Starship/Rockstar.Engine/RockstarEnvironment.cs +++ b/Starship/Rockstar.Engine/RockstarEnvironment.cs @@ -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);