diff --git a/Makefile b/Makefile index 9604ce0..db57ba4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor) GOFMT ?= gofmt -s -VERSION = 0.10.0 +VERSION = 0.11.0 test: fmt-check go test -i $(TEST) || exit 1 diff --git a/README.md b/README.md index 9b3b6eb..6ac8167 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.10.0" + version = "0.11.0" } } } diff --git a/docs/index.md b/docs/index.md index 42fe556..6321d65 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.10.0" + version = "0.11.0" } } } diff --git a/examples/provider.tf b/examples/provider.tf index 85e1707..5e09406 100644 --- a/examples/provider.tf +++ b/examples/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "terraform.local/lerentis/gitea" - version = "0.10.0" + version = "0.11.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index c14558b..1ede8a9 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.10.0" + version = "0.11.0" } } }