Skip to content

Commit

Permalink
version: Increment minor -> 0.11.0
Browse files Browse the repository at this point in the history
0.10.0...0.11.0

* chore: Remove IBugsnagger::*Async     #76
* chore: Remove static approach classes #77
* chore: Update paket bootstrapper      #75
  • Loading branch information
awseward committed Apr 21, 2018
1 parent 5c4932a commit 4be2577
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.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
[assembly: AssemblyInformationalVersion("0.10.0")]
[assembly: AssemblyVersion("0.11.0.0")]
[assembly: AssemblyFileVersion("0.11.0.0")]
[assembly: AssemblyInformationalVersion("0.11.0")]

0 comments on commit 4be2577

Please sign in to comment.