updating main pipeline with new build number after release branch split (#2047)

This commit is contained in:
erpett
2023-05-08 11:00:50 -07:00
committed by GitHub
parent 4f1fce4f45
commit bd1fc0997d

View File

@@ -7,7 +7,7 @@ variables:
value: '4' value: '4'
# Minor version number for the release (should be incremented post a stable release) # Minor version number for the release (should be incremented post a stable release)
- name: Minor - name: Minor
value: '7' value: '8'
# Patch version number for the release (should be incremented in release branch once one is created) # Patch version number for the release (should be incremented in release branch once one is created)
- name: Patch - name: Patch
value: '0' value: '0'