Update UpdateChecker.cs

This commit is contained in:
AmazingDM
2021-02-08 11:41:45 +08:00
committed by GitHub
parent 8e83359e39
commit 68a2e4b705

View File

@@ -17,7 +17,7 @@ namespace Netch.Controllers
public const string Repo = @"Netch";
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";
public const string Copyright = @"Copyright © 2019 - 2021";
public const string AssemblyVersion = @"1.7.3";
private const string Suffix = @"";
@@ -125,4 +125,4 @@ namespace Netch.Controllers
}
}
}
}
}