Skip to content

Commit 59f48ae

Browse files
author
juanonsoftware
committed
Update script PS1
1 parent d155a4d commit 59f48ae

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Scripts/VersionManager.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ function Get-NewPatch
7878
return $Prefix + "-" + (Get-Date).ToString("yyMMddhhmmss")
7979
}
8080

81-
function Get-NextVersion
82-
{
83-
$currentVersion = Get-CurrentVersion
84-
return ([decimal]$currentVersion + 0.1).ToString()
85-
}
86-
8781
function Get-GitTags
8882
{
8983
$tags = Invoke-Expression "git tag --list"

0 commit comments

Comments
 (0)