Skip to content

Commit

Permalink
Merge pull request #132 from Keyfactor/version_check
Browse files Browse the repository at this point in the history
Version check
  • Loading branch information
spbsoluble authored Dec 18, 2023
2 parents 60030f8 + dfe4542 commit df4e131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/keyfactor-bootstrap-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
echo "LATEST_TAG=" | tee -a "$GITHUB_ENV"
fi
- name: Set Outputs
if: github.event_name == 'pull_request'
id: set-outputs
run: |
echo "PR_BASE_REF=${{ env.PR_BASE_REF }}" | tee -a "$GITHUB_OUTPUT"
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package version

const VERSION = "1.3.2-rc.19"
const VERSION = "1.3.2-rc.21"

0 comments on commit df4e131

Please sign in to comment.