Skip to content

Commit f48e93b

Browse files
authored
update version to 0.5.x (#148)
1 parent a4bb3d3 commit f48e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
# It is a release build if it is triggered by the main branch.
1818
isReleaseBuild: ${{ startsWith(variables['Build.SourceBranch'], 'refs/heads/main') }}
1919
majorVersion: 0
20-
minorVersion: 4
20+
minorVersion: 5
2121
patchVersion: $[ counter(format('{0}.{1}-{2}', variables['majorVersion'], variables['minorVersion'], variables['isReleaseBuild']), 0) ]
2222
fullVersion: $[ format('{0}.{1}.{2}', variables['majorVersion'], variables['minorVersion'], variables['patchVersion']) ]
2323
${{ if parameters['previewBuild'] }}:

0 commit comments

Comments
 (0)