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

Commit

Permalink
FIX: test new version/source increment thing to see if it works prope…
Browse files Browse the repository at this point in the history
…rly.
  • Loading branch information
dylanbeattie committed Sep 7, 2024
1 parent 11966cc commit e3ab6c3
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 = "v0.10.0";
public const string VERSION = "DONKEY";
public RockstarEnvironment(IRockstarIO io, RockstarEnvironment parent) : this(io) {
Parent = parent;
}
Expand Down

0 comments on commit e3ab6c3

Please sign in to comment.