Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
juliangiebel committed Nov 11, 2024
1 parent 471bdd1 commit cc433af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SS14.MapServer/Controllers/GitHubWebhookController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private async Task HandlePullRequestEvent(PullRequestEventPayload payload)
if (files.Count == 0)
return;

// Ensure the the ref will always just be the branch name
// Ensure the ref will always just be the branch name
var bareRef = Path.GetFileName(headCommit.Ref);

// Prevent PRs from the master branch causing issues
Expand Down
2 changes: 1 addition & 1 deletion SS14.MapServer/SS14.MapServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<Version>1.1.8</Version>
<Version>1.1.9</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cc433af

Please sign in to comment.