Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Oct 14, 2014
1 parent ab2a5ac commit b1f2ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using System.Runtime.InteropServices;

[assembly: AssemblyProductAttribute("ReactiveGit")]
[assembly: AssemblyVersionAttribute("0.0.3")]
[assembly: AssemblyFileVersionAttribute("0.0.3")]
[assembly: AssemblyVersionAttribute("0.0.4")]
[assembly: AssemblyFileVersionAttribute("0.0.4")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.0.3";
internal const string Version = "0.0.4";
}
}

0 comments on commit b1f2ad2

Please sign in to comment.