diff --git a/Scripts/VersionManager.ps1 b/Scripts/VersionManager.ps1 index cb69018..3436ad1 100644 --- a/Scripts/VersionManager.ps1 +++ b/Scripts/VersionManager.ps1 @@ -14,6 +14,8 @@ function New-Tag $version = Get-CurrentVersion $patch = Get-NewPatch $prefix = "" + + Write-Host "Current version is: $version And new patch is: $patch" # Release branch needs to increase version and add "Beta-" prefix if ($Branch -eq "release")