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 1dbd11f commit e3d82bdCopy full SHA for e3d82bd
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 = "1.0.0";
+ public const string CurrentVersionString = "1.1.0";
14
public int Major { get; }
15
public int Minor { get; }
16
public int Patch { get; }
0 commit comments