Skip to content

Commit

Permalink
-Added a versioning scheme. The Version will be displayed at startup …
Browse files Browse the repository at this point in the history
…of the program
  • Loading branch information
Assaro committed Jan 26, 2023
1 parent 8d7f185 commit 3945185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DD_Bot.Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ You should have received a copy of the GNU General Public License
using DD_Bot.Domain;
using Newtonsoft.Json;

string version = "0.1.0";

Console.WriteLine("DD_Bot, Version "+ version);

#region CreateSettingsFiles
var settingsDirectory = Path.Combine(Directory.GetCurrentDirectory(), "settings");
//var languageDirectory = Path.Combine(settingsDirectory, "languages");
Expand Down

0 comments on commit 3945185

Please sign in to comment.