Skip to content

Commit 96ebaf6

Browse files
Mohammad DehghanMohammad Dehghan
authored andcommitted
Bump instrumentation version number to 1.0.0
1 parent d2f44be commit 96ebaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SG.CodeCoverage/Common/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace SG.CodeCoverage.Common
1010
{
1111
public class VersionInfo : IComparable<VersionInfo>
1212
{
13-
public const string CurrentVersionString = "0.12.0";
13+
public const string CurrentVersionString = "1.0.0";
1414
public int Major { get; }
1515
public int Minor { get; }
1616
public int Patch { get; }

0 commit comments

Comments
 (0)