We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e527dd commit e40aeffCopy full SHA for e40aeff
Starship/Rockstar.Engine/RockstarEnvironment.cs
@@ -15,7 +15,7 @@ public enum Scope {
15
public class RockstarEnvironment(IRockstarIO io) {
16
// This line will be automatically overwritten by GitHub Actions
17
// when the engine is built.
18
- public const string VERSION = "v2.0.29";
+ public const string VERSION = "v2.0.30";
19
20
private const string ARGUMENTS_ARRAY_NAME = "__arguments__";
21
public static CommonVariable Arguments = new CommonVariable(ARGUMENTS_ARRAY_NAME);
0 commit comments