Skip to content

Commit 90808bd

Browse files
committed
Fixed failing test
1 parent be56c48 commit 90808bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/Configuration/Init/SetNextVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected override string GetPrompt(Config config, string workingDirectory)
3434

3535
protected override string DefaultResult
3636
{
37-
get { throw new System.NotImplementedException(); }
37+
get { return null; }
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)