Skip to content

Commit c23ceee

Browse files
committed
Fix version number
1 parent 51bd12c commit c23ceee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Minor Version
1313
// Build Number
1414
// Revision
15-
[assembly: AssemblyVersion("3.8.0")]
16-
[assembly: AssemblyFileVersion("3.8.0")]
15+
[assembly: AssemblyVersion("3.7.9")]
16+
[assembly: AssemblyFileVersion("3.7.9")]
1717
// Uncomment the informational version to create a pre-release package
18-
//[assembly: AssemblyInformationalVersion("3.7.8-beta")]
18+
//[assembly: AssemblyInformationalVersion("3.7.9-beta")]

0 commit comments

Comments
 (0)