Skip to content

Commit

Permalink
use correct release version
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Sep 28, 2023
1 parent c931f0d commit 617870b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("6.2.0")]
[assembly: AssemblyFileVersion("6.2.0")]
[assembly: AssemblyInformationalVersion("6.2.0-rc1")]
[assembly: AssemblyVersion("6.1.0")]
[assembly: AssemblyFileVersion("6.1.0")]
[assembly: AssemblyInformationalVersion("6.1.0")]

0 comments on commit 617870b

Please sign in to comment.