Skip to content

Commit

Permalink
Bump version 0.3.3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenelleman-okta authored Apr 14, 2023
1 parent 4d1fc0d commit e3694bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# On version change, add new version here
# On breaking changes, by definition past version mays no longer work. Remove previous versions from the github action.
tag: []
tag: [v0.3.2]
fail-fast: false
steps:
- name: Check out repository code of tag
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAMESPACE=pam
NAME=oktapam
BINARY=terraform-provider-${NAME}
# On verion changes, update tag-checks.yml
VERSION=0.3.2
VERSION=0.3.3
OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH)
PLUGIN_DIR=~/.terraform.d/plugins
DOCGEN_RESOURCES_DIR=docgen-resources
Expand Down

0 comments on commit e3694bb

Please sign in to comment.