Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb committed May 8, 2021
1 parent 4529baa commit 79dbcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RyuModManagerCLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace RyuCLI
{
public static class Program
{
private const string VERSION = "v1.1";
private const string VERSION = "v1.2";
private const string AUTHOR = "SutandoTsukai181";
private const string REPO = "RyuModManager";

Expand Down Expand Up @@ -184,7 +184,7 @@ private static async Task<ConsoleOutput> CheckForUpdates()

if (latestRelease != null && latestRelease.Name.Contains("CLI") && latestRelease.TagName != VERSION)
{
console.WriteLine("New version detected!");
console.WriteLine("New version detected!\n");
console.WriteLine($"Current version: {VERSION}");
console.WriteLine($"New version: {latestRelease.TagName}\n");

Expand Down

0 comments on commit 79dbcd3

Please sign in to comment.