Skip to content

Commit

Permalink
Update version to stable 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jul 22, 2024
1 parent 2e27bc9 commit da83614
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 @@ -2,7 +2,7 @@ trigger:
- main

variables:
BASE_VERSION: 1.4.0
BASE_VERSION: 1.4.1
BUILD_NUMBER: $[counter(format('{0}_{1}', variables['BASE_VERSION'], variables['Build.SourceBranch']), 1)]
PACKAGE_VERSION: $(BASE_VERSION).$(BUILD_NUMBER)
CONFIGURATION: 'Release'
Expand Down

0 comments on commit da83614

Please sign in to comment.