Skip to content

Commit

Permalink
Bump version to 0.3.2 (#84)
Browse files Browse the repository at this point in the history
Change version
  • Loading branch information
stevenelleman-okta authored Oct 20, 2022
1 parent 3b99d9b commit 04bc25d
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: [v0.3.0]
tag: [v0.3.0, v0.3.1]
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.1
VERSION=0.3.2
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 04bc25d

Please sign in to comment.