We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fe61b commit 0789492Copy full SHA for 0789492
source code/MySqlBackup/MySqlBackup.cs
@@ -28,7 +28,7 @@ public enum ProcessEndType
28
Error
29
}
30
31
- public const string Version = "2.0.11";
+ public const string Version = "2.0.12";
32
33
MySqlDatabase _database = new MySqlDatabase();
34
MySqlServer _server = new MySqlServer();
source code/MySqlBackup/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("2.0.11.0")]
36
-[assembly: AssemblyFileVersion("2.0.11.0")]
+[assembly: AssemblyVersion("2.0.12.0")]
+[assembly: AssemblyFileVersion("2.0.12.0")]
0 commit comments