diff --git a/appveyor.ps1 b/appveyor.ps1 index 0074f6ec56..4842a02736 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -1,6 +1,6 @@ # the version under development, update after a release -$version = '4.0.0.1' +$version = '4.0.0.2' function isVersionTag($tag){ $v = New-Object Version