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

Commit

Permalink
feat: can I get the semver action to bump the minor version? please? …
Browse files Browse the repository at this point in the history
…pretty please with sprinkles on top?
  • Loading branch information
dylanbeattie committed Sep 10, 2024
1 parent c94fcd8 commit 22d4502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Starship/Rockstar.Engine/RockstarEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public enum Scope {
}

public class RockstarEnvironment(IRockstarIO io) {
// This line will be automatically overwritten by GitHub Actions when the engine
// is built.
// This line will be automatically overwritten by GitHub Actions
// when the engine is built.
public const string VERSION = "v0.10.1";

private const string ARGUMENTS_ARRAY_NAME = "__arguments__";
Expand Down

0 comments on commit 22d4502

Please sign in to comment.