Skip to content

Commit

Permalink
Update main to v1.5 (microsoft#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Jun 1, 2021
1 parent e0680aa commit 80cee07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure/azure-pipelines.qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
${{ if eq(variables['Build.Reason'], 'BatchedCI') }}:
tags: |
latest
v1.4.0.$(Build.BuildId)
v1.5.0.$(Build.BuildId)
${{ if ne(variables['Build.Reason'], 'BatchedCI') }}:
tags: custom-$(Build.BuildId)
- template: .\templates\run-qns.yml
Expand Down
2 changes: 1 addition & 1 deletion .azure/templates/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
pushPkgName: msquic
owner: [email protected]
majorVer: 1
minorVer: 4
minorVer: 5
patchVer: 0
prereleaseVer: $(Build.BuildId)
2 changes: 1 addition & 1 deletion src/inc/msquic.ver
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#endif

#ifndef VER_MINOR
#define VER_MINOR 4
#define VER_MINOR 5
#endif

#ifndef VER_PATCH
Expand Down

0 comments on commit 80cee07

Please sign in to comment.