Skip to content

Commit

Permalink
Bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Sep 23, 2016
1 parent d9665b1 commit 6a1e951
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions core/Akka.Cluster.Utility/Akka.Cluster.Utility.Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2 (Released 2016/09/23)

* Update Akka 1.1.2

## 0.2.1 (Released 2016/07/16)

* Update Akka 1.1.1
Expand Down
6 changes: 3 additions & 3 deletions core/Akka.Cluster.Utility/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.Reflection;

[assembly: AssemblyVersionAttribute("0.0.0")]
[assembly: AssemblyFileVersionAttribute("0.2.1")]
[assembly: AssemblyInformationalVersionAttribute("0.2.1")]
[assembly: AssemblyFileVersionAttribute("0.2.2")]
[assembly: AssemblyInformationalVersionAttribute("0.2.2")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.0";
internal const string InformationalVersion = "0.2.1";
internal const string InformationalVersion = "0.2.2";
}
}

0 comments on commit 6a1e951

Please sign in to comment.