We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3786826 commit 30af229Copy full SHA for 30af229
OpenPr0gramm/Pr0grammApiClient.cs
@@ -9,7 +9,7 @@ namespace OpenPr0gramm
9
{
10
public class Pr0grammApiClient : IPr0grammApiClient
11
12
- internal const string OpenPr0grammVersion = "0.3.0"; // Also referenced in AssemblyInfo.cs
+ internal const string OpenPr0grammVersion = "0.3.1"; // Also referenced in AssemblyInfo.cs
13
14
private const string ProtocolPrefix = "https://";
15
private const string HostName = "pr0gramm.com";
0 commit comments