Skip to content

Commit

Permalink
v2.2.8.4 - Oopsie.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous authored and Anonymous committed Dec 25, 2022
1 parent ff69a2b commit 39fc142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e621 ReBot v2/Modules/Module_UpdaterUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void UpdateTheUpdater()
if (File.Exists("e621 ReBot Updater.exe"))
{
int CurrentVersion = int.Parse(FileVersionInfo.GetVersionInfo("e621 ReBot Updater.exe").FileVersion.Replace(".", ""));
if (CurrentVersion < 1005)
if (CurrentVersion < 1006)
{
using (MemoryStream MemoryStreamTemp = new MemoryStream(Properties.Resources.e621_ReBot_Updater))
{
Expand Down

0 comments on commit 39fc142

Please sign in to comment.