Skip to content

Commit

Permalink
Increase release number
Browse files Browse the repository at this point in the history
  • Loading branch information
nostrenz committed Oct 13, 2021
1 parent 4d64eb9 commit d76b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hatate/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Hatate
/// </summary>
public partial class App : Application
{
public const ushort RELEASE_NUMBER = 6;
public const ushort RELEASE_NUMBER = 7;

public const string GITHUB_REPOSITORY_URL = "https://github.com/nostrenz/hatate-iqdb-tagger";
public const string GITHUB_LATEST_RELEASE = "/releases/latest";
Expand Down

0 comments on commit d76b0cd

Please sign in to comment.