Skip to content

Commit beb25e0

Browse files
author
juanonsoftware
committed
Write out current version and patch
1 parent 50b39d6 commit beb25e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)