Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangiebel committed Feb 14, 2024
1 parent 667070e commit 57b00cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SS14.MapServer/Services/GitService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void FetchAndCheckout(string repoDirectory, string repoUrl, string gitRe

_log.Debug("Checking out {Ref}", StripRef(gitRef));
RunCommand(repoDirectory, "checkout --quiet --force FETCH_HEAD");

_log.Debug("Updating submodules");
RunCommand(repoDirectory, "submodule update --init --recursive");

Expand Down

0 comments on commit 57b00cb

Please sign in to comment.