Skip to content

Commit 9df42bd

Browse files
committed
AF Configuration: Increase min supported build to 161209
1 parent 89dfab5 commit 9df42bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace NToolbox.Windows
1414
{
1515
public partial class ArcticFoxConfigurationWindow : WindowBase
1616
{
17-
private const int MinimumSupportedBuildNumber = 161206;
17+
private const int MinimumSupportedBuildNumber = 161209;
1818
private const int MaximumSupportedSettingsVersion = 3;
1919

2020
private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };

0 commit comments

Comments
 (0)