Skip to content

Commit

Permalink
Roll version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mck-9061 committed Nov 19, 2024
1 parent eaffb26 commit e2917f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MultiCarrierManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ static void Main() {
string tag = json.tag_name;

List<String> allowedReleases = new List<string>();
allowedReleases.Add("2.1.2");
allowedReleases.Add("2.1.3");
logger.Log("Version: 2.1.3");
allowedReleases.Add("2.1.4");
allowedReleases.Add("2.1.5");
logger.Log("Version: 2.1.5");

if (!allowedReleases.Contains(tag)) {
MessageBox.Show("Update available: " + tag + ". Please download the latest version from GitHub.");
Expand Down

0 comments on commit e2917f8

Please sign in to comment.