Skip to content

Commit 38fd281

Browse files
committed
Fix app version
1 parent b47a7b0 commit 38fd281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPBanCore/Core/Utility/OSUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private static void LoadOSInfo()
251251
FriendlyName = "Unknown";
252252
}
253253

254-
Logger.Warn("OS info detected: {0}, app version: {1}", OSInfo, Version);
254+
Logger.Warn("OS info detected: {0}, app version: {1}", OSInfo, SoftwareVersion);
255255
}
256256

257257
private static void LoadVersionFromLinux()

0 commit comments

Comments
 (0)