Skip to content

Commit 17f93e6

Browse files
committed
Update provider version to 0.8.25
1 parent 0f8c715 commit 17f93e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HOSTNAME := github.com
66
NAMESPACE := aquasec
77
NAME := aquasec
88
BINARY := terraform-provider-${NAME}
9-
VERSION := 0.8.24
9+
VERSION := 0.8.25
1010
OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH)
1111

1212
default: build

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the navigation to the left to read about the available resources and data so
2121
terraform {
2222
required_providers {
2323
aquasec = {
24-
version = "0.8.24"
24+
version = "0.8.25"
2525
source = "aquasecurity/aquasec"
2626
}
2727
}

0 commit comments

Comments
 (0)