Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Set VERSION = v0.10.0 in RockstarEnvironment.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed Sep 7, 2024
1 parent acf4bc2 commit 11966cc
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 = "v42.42.42-development";
public const string VERSION = "v0.10.0";
public RockstarEnvironment(IRockstarIO io, RockstarEnvironment parent) : this(io) {
Parent = parent;
}
Expand Down

0 comments on commit 11966cc

Please sign in to comment.