Skip to content

Commit

Permalink
Patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Sep 15, 2015
1 parent 3786826 commit 30af229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPr0gramm/Pr0grammApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenPr0gramm
{
public class Pr0grammApiClient : IPr0grammApiClient
{
internal const string OpenPr0grammVersion = "0.3.0"; // Also referenced in AssemblyInfo.cs
internal const string OpenPr0grammVersion = "0.3.1"; // Also referenced in AssemblyInfo.cs

private const string ProtocolPrefix = "https://";
private const string HostName = "pr0gramm.com";
Expand Down

0 comments on commit 30af229

Please sign in to comment.