Add !version

This commit is contained in:
JustArchi
2016-06-06 05:27:11 +02:00
parent b966db5845
commit 53d59ce2a9
2 changed files with 16 additions and 1 deletions

View File

@@ -433,7 +433,7 @@ namespace ArchiSteamFarm {
AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionHandler;
TaskScheduler.UnobservedTaskException += UnobservedTaskExceptionHandler;
Logging.LogGenericInfo("Archi's Steam Farm, version " + Version);
Logging.LogGenericInfo("ASF V" + Version);
Directory.SetCurrentDirectory(ExecutableDirectory);
InitServices();