Skip to content

Commit

Permalink
Bump version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Galliker committed Oct 1, 2024
1 parent b56c810 commit 6cdf37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
majorVersion: 1
minorVersion: 3
minorVersion: 4
patchVersion: $[counter(format('{0}.{1}', variables.majorVersion, variables.minorVersion), 0)]
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
# Versioning: 1.0.0
Expand Down

0 comments on commit 6cdf37d

Please sign in to comment.