diff --git a/Makefile b/Makefile index a876a51..486f45c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ KERNEL?=$$(uname -s | tr '[:upper:]' '[:lower:]') GOFMT ?= gofmt -s -VERSION = 0.12.3 +VERSION = 0.13.0 test: fmt-check go test -i $(TEST) || exit 1 diff --git a/README.md b/README.md index 2a5bffe..17d15ca 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.12.3" + version = "0.13.0" } } } diff --git a/docs/index.md b/docs/index.md index 419f534..4a70051 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.12.3" + version = "0.13.0" } } } diff --git a/examples/provider.tf b/examples/provider.tf index 1c7dae3..7a3b3e0 100644 --- a/examples/provider.tf +++ b/examples/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "terraform.local/lerentis/gitea" - version = "0.12.3" + version = "0.13.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 8362174..fd96593 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.12.3" + version = "0.13.0" } } }