Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Dec 11, 2024
1 parent a8bb9da commit 4168d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SCPDiscordBot/SCPDiscordBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>SCPDiscord.SCPDiscordBot</StartupObject>
<Version>3.2.2</Version>
<PackageVersion>3.2.2</PackageVersion>
<Version>3.2.3</Version>
<PackageVersion>3.2.3</PackageVersion>
<ApplicationIcon>icon.ico</ApplicationIcon>
<LangVersion>default</LangVersion>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion SCPDiscordPlugin/SCPDiscord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace SCPDiscord
{
public class SCPDiscord
{
public const string VERSION = "3.2.2";
public const string VERSION = "3.2.3";

private readonly Stopwatch serverStartTime = new Stopwatch();

Expand Down

0 comments on commit 4168d69

Please sign in to comment.