Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

Commit a045745

Browse files
committed
Bump version to 9.1.12
1 parent 707e2df commit a045745

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SysBot.Pokemon.WinForms/SysBot.Pokemon.WinForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Description>Nintendo Switch Pokémon Bot Manager</Description>
1919
<ApplicationIcon>icon.ico</ApplicationIcon>
2020
<StartupObject>SysBot.Pokemon.WinForms.Program</StartupObject>
21-
<Version>9.1.11</Version>
21+
<Version>9.1.12</Version>
2222
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
2323
</PropertyGroup>
2424
<PropertyGroup>

SysBot.Pokemon/Helpers/NexusBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace SysBot.Pokemon.Helpers
33
public static class NexusBot
44
{
55
public static string Name { get; set; } = "NexusBot";
6-
public static string Version => "9.1.11";
6+
public static string Version => "9.1.12";
77
public const string ConfigPath = "config.json";
88
}
99
}

0 commit comments

Comments
 (0)