Skip to content

Commit 0bc2fed

Browse files
committed
Fix: Preview to null
1 parent 8ed8a78 commit 0bc2fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeOfChaos.CliArgsParser.Library/Shared/SemanticVersionDto.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void BumpVersion(VersionSection section) {
4444
Major += 1;
4545
Minor = 0;
4646
Patch = 0;
47+
Preview = null;
4748
break;
4849
}
4950

0 commit comments

Comments
 (0)