Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Sep 19, 2024
1 parent ce05b73 commit 726788a
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 @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.7.2")]
[assembly: AssemblyFileVersion("5.7.2")]
[assembly: AssemblyInformationalVersion("5.7.2")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.8.0")]
[assembly: AssemblyFileVersion("5.8.0")]
[assembly: AssemblyInformationalVersion("5.8.0")] // This one can have the extra build info after it

0 comments on commit 726788a

Please sign in to comment.