diff --git a/Starship/Rockstar.Engine/RockstarEnvironment.cs b/Starship/Rockstar.Engine/RockstarEnvironment.cs index cf46ccb0..3526222b 100644 --- a/Starship/Rockstar.Engine/RockstarEnvironment.cs +++ b/Starship/Rockstar.Engine/RockstarEnvironment.cs @@ -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.26"; + public const string VERSION = "v2.0.27"; private const string ARGUMENTS_ARRAY_NAME = "__arguments__"; public static CommonVariable Arguments = new CommonVariable(ARGUMENTS_ARRAY_NAME);