Skip to content

Commit aa046d7

Browse files
committed
version bump
1 parent fce05b1 commit aa046d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shell: pwsh
1414
run: |
1515
$versionNumber = "2.0.0"
16-
$versionSuffix = "beta.1"
16+
$versionSuffix = "beta.2"
1717
$infoVersion = "$versionNumber-$versionSuffix"
1818
echo $infoVersion
1919
echo "VERSION_NUMBER=$versionNumber" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append

0 commit comments

Comments
 (0)