Skip to content

Commit

Permalink
ADD: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Komárek committed Nov 22, 2023
1 parent 9bccf7f commit ae61af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Diagnostics;
using ssh_buttons_console_demo;

string ver = "v0.1";

Config configLoader = new Config();

string[] config = configLoader.LoadConfig();
Expand All @@ -15,6 +17,7 @@
}

Console.WriteLine("SSH Buttons - test console version");
Console.WriteLine($"Version {ver}");
Console.WriteLine("Created by Filip Komárek");
Console.WriteLine("https://github.com/filip2cz/ssh-buttons");
Console.WriteLine();
Expand Down

0 comments on commit ae61af6

Please sign in to comment.