Skip to content

Commit fe37a19

Browse files
authored
chore: Fix version number in attributes (#1525)
1 parent 176e60f commit fe37a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22
// Version 3.3.0, year 2018+3 month 10 day 20
3-
[assembly: AssemblyVersion("3.2.0.31020")]
4-
[assembly: AssemblyFileVersion("3.2.0.31020")]
3+
[assembly: AssemblyVersion("3.3.0.31020")]
4+
[assembly: AssemblyFileVersion("3.3.0.31020")]

0 commit comments

Comments
 (0)