Skip to content

Commit 0789492

Browse files
committed
update version number
update version number
1 parent e5fe61b commit 0789492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source code/MySqlBackup/MySqlBackup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public enum ProcessEndType
2828
Error
2929
}
3030

31-
public const string Version = "2.0.11";
31+
public const string Version = "2.0.12";
3232

3333
MySqlDatabase _database = new MySqlDatabase();
3434
MySqlServer _server = new MySqlServer();

source code/MySqlBackup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.11.0")]
36-
[assembly: AssemblyFileVersion("2.0.11.0")]
35+
[assembly: AssemblyVersion("2.0.12.0")]
36+
[assembly: AssemblyFileVersion("2.0.12.0")]

0 commit comments

Comments
 (0)