Skip to content

Commit

Permalink
Release v14
Browse files Browse the repository at this point in the history
  • Loading branch information
FunOrange committed Oct 1, 2020
1 parent 9ab15f8 commit 9945f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class Release

class Updater
{
static readonly string CURRENT_RELEASE_TAG = "v13"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
static readonly string CURRENT_RELEASE_TAG = "v14"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
static HttpClient client;
static Updater()
{
Expand Down

0 comments on commit 9945f79

Please sign in to comment.