Skip to content

Commit 3166f7b

Browse files
chore: update the version number
1 parent 958c8fa commit 3166f7b

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.1")]
4-
[assembly: AssemblyFileVersion("0.3.2.1")]
5-
[assembly: AssemblyInformationalVersion("0.3.2.1 Beta")] // The current format is the full version number and the development stage separated by space.
3+
[assembly: AssemblyVersion("0.3.2.2")]
4+
[assembly: AssemblyFileVersion("0.3.2.2")]
5+
[assembly: AssemblyInformationalVersion("0.3.2.2 Beta")] // The current format is the full version number and the development stage separated by space.

0 commit comments

Comments
 (0)