Skip to content

Commit e40aeff

Browse files
committed
[skip actions] set VERSION = v2.0.30 in RockstarEnvironment.cs
1 parent 5e527dd commit e40aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Starship/Rockstar.Engine/RockstarEnvironment.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum Scope {
1515
public class RockstarEnvironment(IRockstarIO io) {
1616
// This line will be automatically overwritten by GitHub Actions
1717
// when the engine is built.
18-
public const string VERSION = "v2.0.29";
18+
public const string VERSION = "v2.0.30";
1919

2020
private const string ARGUMENTS_ARRAY_NAME = "__arguments__";
2121
public static CommonVariable Arguments = new CommonVariable(ARGUMENTS_ARRAY_NAME);

0 commit comments

Comments
 (0)