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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Mar 2, 2021
1 parent d9a386e commit 5eb6e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace GenshinPlayerQuery.Core
{
internal static class UpdateChecker
{
private const int NOW_VERSION = 1;
private const int NOW_VERSION = 2;
private const string VERSION_URL = "https://www.rainng.com/ser/soft/genshin-player-query/version";
private const string RELEASE_PAGE_URL = "https://github.com/Azure99/GenshinPlayerQuery/releases/";

Expand Down

0 comments on commit 5eb6e35

Please sign in to comment.