From ffc2351d64c5fdbc58f80b88d96d454635ed103d Mon Sep 17 00:00:00 2001 From: BlueBlock Date: Thu, 23 Mar 2023 15:15:36 -0400 Subject: [PATCH] Update ConnectionsFileInfo.cs latest db version should be 3.0 --- mRemoteNG/App/Info/ConnectionsFileInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteNG/App/Info/ConnectionsFileInfo.cs b/mRemoteNG/App/Info/ConnectionsFileInfo.cs index b380ba54..ded493ff 100644 --- a/mRemoteNG/App/Info/ConnectionsFileInfo.cs +++ b/mRemoteNG/App/Info/ConnectionsFileInfo.cs @@ -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); } } \ No newline at end of file