Skip to content

Commit 84d78c4

Browse files
committed
semver tags
1 parent 0a6c66a commit 84d78c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
# the version under development, update after a release
3-
$version = '4.0.1.4'
3+
$version = '4.0.1.7'
44

55
function isVersionTag($tag){
66
$v = New-Object Version
7-
[Version]::TryParse($tag, [ref]$v)
7+
[Version]::TryParse(($tag).Replace('-alpha','').Replace('-beta',''), [ref]$v)
88
}
99

1010
# append the AppVeyor build number as the pre-release version

0 commit comments

Comments
 (0)