Skip to content

Commit e3d82bd

Browse files
Mohammad DehghanMohammad Dehghan
Mohammad Dehghan
authored and
Mohammad Dehghan
committed
Bump instrumentation version to "1.1.0"
1 parent 1dbd11f commit e3d82bd

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 = "1.0.0";
13+
public const string CurrentVersionString = "1.1.0";
1414
public int Major { get; }
1515
public int Minor { get; }
1616
public int Patch { get; }

0 commit comments

Comments
 (0)