Mercurial > servermonitor
diff ServerMonitor/Properties/AssemblyInfo.cs @ 36:10e60b05c7ec
Fix memory leak each time a check was executed.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 15 Sep 2019 20:48:55 -0400 |
parents | b3128fe10d57 |
children | 547181b2b418 |
line wrap: on
line diff
--- a/ServerMonitor/Properties/AssemblyInfo.cs Sat Jul 13 12:18:21 2019 -0400 +++ b/ServerMonitor/Properties/AssemblyInfo.cs Sun Sep 15 20:48:55 2019 -0400 @@ -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.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")]