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 d34f224 commit f601180Copy full SHA for f601180
Core/Properties/VersionInfo.cs
@@ -1,5 +1,5 @@
1
using System.Reflection;
2
3
-[assembly: AssemblyVersion("0.3.2.4")]
4
-[assembly: AssemblyFileVersion("0.3.2.4")]
5
-[assembly: AssemblyInformationalVersion("0.3.2.4 Beta")] // The current format is the full version number and the development stage separated by space.
+[assembly: AssemblyVersion("0.3.2.5")]
+[assembly: AssemblyFileVersion("0.3.2.5")]
+[assembly: AssemblyInformationalVersion("0.3.2.5 Beta")] // The current format is the full version number and the development stage separated by space.
0 commit comments