Skip to content

Commit

Permalink
Update provider version to 0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor committed Apr 18, 2023
1 parent 0f8c715 commit 17f93e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOSTNAME := github.com
NAMESPACE := aquasec
NAME := aquasec
BINARY := terraform-provider-${NAME}
VERSION := 0.8.24
VERSION := 0.8.25
OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH)

default: build
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the navigation to the left to read about the available resources and data so
terraform {
required_providers {
aquasec = {
version = "0.8.24"
version = "0.8.25"
source = "aquasecurity/aquasec"
}
}
Expand Down

0 comments on commit 17f93e6

Please sign in to comment.