diff --git a/LibationLauncher/LibationLauncher.csproj b/LibationLauncher/LibationLauncher.csproj
index 8e3bfc51..de6ea0c6 100644
--- a/LibationLauncher/LibationLauncher.csproj
+++ b/LibationLauncher/LibationLauncher.csproj
@@ -13,7 +13,7 @@
win-x64
- 5.1.6.1
+ 5.1.6.6
diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs
index fc353138..ec540a24 100644
--- a/LibationLauncher/Program.cs
+++ b/LibationLauncher/Program.cs
@@ -433,6 +433,8 @@ namespace LibationLauncher
{
var config = Configuration.Instance;
+ // begin logging session with a form feed
+ Log.Logger.Information("\r\n\f");
Log.Logger.Information("Begin Libation. {@DebugInfo}", new
{
Version = BuildVersion.ToString(),