Update ConnectionsFileInfo.cs

latest db version should be 3.0
This commit is contained in:
BlueBlock
2023-03-23 15:15:36 -04:00
parent 30f6d3dde7
commit ffc2351d64

View File

@@ -9,6 +9,6 @@ namespace mRemoteNG.App.Info
public static readonly string DefaultConnectionsPath = SettingsFileInfo.SettingsPath;
public static readonly string DefaultConnectionsFile = "confCons.xml";
public static readonly string DefaultConnectionsFileNew = "confConsNew.xml";
public static readonly Version ConnectionFileVersion = new Version(2, 9);
public static readonly Version ConnectionFileVersion = new Version(3, 0);
}
}