Skip to content

Commit f043351

Browse files
Merge pull request #14 from vndevpro/release
Write out current version and patch
2 parents 50b39d6 + beb25e0 commit f043351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Scripts/VersionManager.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ function New-Tag
1414
$version = Get-CurrentVersion
1515
$patch = Get-NewPatch
1616
$prefix = ""
17+
18+
Write-Host "Current version is: $version And new patch is: $patch"
1719

1820
# Release branch needs to increase version and add "Beta-" prefix
1921
if ($Branch -eq "release")

0 commit comments

Comments
 (0)