Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 30, 2014
1 parent 085ef33 commit 83bd5f1
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.3.3")]
[assembly: AssemblyFileVersionAttribute("0.3.3")]
[assembly: AssemblyVersionAttribute("0.3.4")]
[assembly: AssemblyFileVersionAttribute("0.3.4")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.3.3";
internal const string Version = "0.3.4";
}
}

0 comments on commit 83bd5f1

Please sign in to comment.