Skip to content

Commit f601180

Browse files
chore: update the version number
1 parent d34f224 commit f601180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Core/Properties/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Reflection;
22

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.
3+
[assembly: AssemblyVersion("0.3.2.5")]
4+
[assembly: AssemblyFileVersion("0.3.2.5")]
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

Comments
 (0)