Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jun 17, 2015
1 parent f7df2d7 commit 9c7936c
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("Octokit")]
[assembly: AssemblyVersionAttribute("0.12.0")]
[assembly: AssemblyFileVersionAttribute("0.12.0")]
[assembly: AssemblyVersionAttribute("0.13.0")]
[assembly: AssemblyFileVersionAttribute("0.13.0")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.12.0";
internal const string Version = "0.13.0";
}
}

0 comments on commit 9c7936c

Please sign in to comment.