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

Commit

Permalink
Up Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismywb committed Jan 25, 2023
1 parent 4a46185 commit 3b40e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TheOtherRoles/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace TheOtherRoles
public class TheOtherRolesPlugin : BasePlugin
{
public const string Id = "me.eisbison.theotherroles";
public const string VersionString = "5.8.0";
public const string VersionString = "5.8.1";
public static uint betaDays = 0; // amount of days for the build to be usable (0 for infinite!)

public static Version Version = Version.Parse(VersionString);
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/TheOtherRoles.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>5.8.0</Version>
<Version>5.8.1</Version>
<Description>TheOtherRolesCE</Description>
<Authors>JustASysAdmin</Authors>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 3b40e42

Please sign in to comment.