mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Update ConnectionsFileInfo.cs
latest db version should be 3.0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user