We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1475027 commit 43444bcCopy full SHA for 43444bc
SG.CodeCoverage/Common/VersionInfo.cs
@@ -10,7 +10,7 @@ namespace SG.CodeCoverage.Common
10
{
11
public class VersionInfo : IComparable<VersionInfo>
12
13
- public const string CurrentVersionString = "0.11.0";
+ public const string CurrentVersionString = "0.12.0";
14
public int Major { get; }
15
public int Minor { get; }
16
public int Patch { get; }
0 commit comments