diff --git a/SpineViewer/App.xaml.cs b/SpineViewer/App.xaml.cs index 9215dda..0184348 100644 --- a/SpineViewer/App.xaml.cs +++ b/SpineViewer/App.xaml.cs @@ -23,7 +23,7 @@ namespace SpineViewer { InitializeLogConfiguration(); _logger = LogManager.GetCurrentClassLogger(); - _logger.Info("Application Started"); + _logger.Info("Application Started, v{0}", Version); AppDomain.CurrentDomain.UnhandledException += (s, e) => {