Skip to content

Commit

Permalink
Merge pull request #66 from OneIdentity/release-7.3
Browse files Browse the repository at this point in the history
Release 7.3
  • Loading branch information
ChrisHardison authored May 18, 2023
2 parents eb98d0a + 9569f8a commit edb8144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline-templates/global-variables.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
- name: version
value: "7.2"
value: "7.3"
- name: isPrerelease
value: ${{ true }}
value: ${{ false }}
- name: shouldPublishDocker
value: $[ eq( variables.isPrerelease, false ) ]

0 comments on commit edb8144

Please sign in to comment.