Skip to content

Commit

Permalink
Update ReleaseFlow.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-shesha committed Jul 3, 2023
1 parent 2f0d845 commit 4e2a319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseFlow.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ $major = $parts[0].Substring(0,4)
$minor = $parts[0].Substring(4,2)
$patch = $parts[0].Substring(6,2)
$build = $parts[1]
$mainVersion = "$major.$minor.$patch.$build"
$mainVersion = "0.0.$build-build"

Write-Host "Version number for main: $mainVersion"
Write-Host "Version number for main: 0.0.$build-build"

write-host "The build number formatted is: $patchNumber"

Expand Down

0 comments on commit 4e2a319

Please sign in to comment.