Skip to content

Commit

Permalink
Release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FunOrange committed Sep 16, 2020
1 parent 90f47a6 commit 1d6461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu-trainer/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class Release

public class Updater
{
static readonly string CURRENT_RELEASE_TAG = "1.3.1"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
static readonly string CURRENT_RELEASE_TAG = "1.4"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
public static async void CheckForUpdates()
{
if (Properties.Settings.Default.DoNotCheckForUpdates)
Expand Down

0 comments on commit 1d6461b

Please sign in to comment.