Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Sep 30, 2022
1 parent 5856d69 commit 5d075fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace LocalAdmin.V2.Core;

public sealed class LocalAdmin : IDisposable
{
public const string VersionString = "2.4.5";
public const string VersionString = "2.5.0";
internal static LocalAdmin? Singleton;
internal static ushort GamePort;
internal static string? ConfigPath, LaLogsPath, GameLogsPath;
Expand Down
2 changes: 1 addition & 1 deletion LocalAdmin V2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Product>LocalAdmin V2</Product>
<PackageId>LocalAdmin V2</PackageId>
<Company>Northwood Studios</Company>
<Authors>KernelError, zabszk</Authors>
<Authors>Łukasz "zabszk" Jurczyk, KernelError</Authors>
<Copyright>Copyright by Łukasz "zabszk" Jurczyk and KernelError, 2019 - 2022</Copyright>

<SuppressAotAnalysisWarnings>true</SuppressAotAnalysisWarnings>
Expand Down

0 comments on commit 5d075fd

Please sign in to comment.