Skip to content

Commit

Permalink
Merge pull request #62 from awseward/zero-nine-zero
Browse files Browse the repository at this point in the history
Increment minor -> 0.9.0
  • Loading branch information
awseward authored Jul 23, 2017
2 parents fc42378 + 77967f4 commit 6ada1bc
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 @@ -2,6 +2,6 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("0.8.2.0")]
[assembly: AssemblyFileVersion("0.8.2.0")]
[assembly: AssemblyInformationalVersion("0.8.2")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyInformationalVersion("0.9.0")]

0 comments on commit 6ada1bc

Please sign in to comment.