Increment version number

This commit is contained in:
Carson McManus 2017-06-25 21:41:39 -04:00
parent 79d477ac3a
commit fe26a5cc45

View file

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.1.0")] [assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.1.0")] [assembly: AssemblyFileVersion("0.3.2.0")]