diff --git a/Makefile b/Makefile index 6adfe2a..8caf1c5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ KERNEL?=$$(uname -s | tr '[:upper:]' '[:lower:]') GOFMT ?= gofmt -s -VERSION = 0.15.0 +VERSION = 0.16.0 test: fmt-check go test -i $(TEST) || exit 1 diff --git a/README.md b/README.md index 3aaf66f..59cecc7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.15.0" + version = "0.16.0" } } } diff --git a/docs/index.md b/docs/index.md index fe27d91..5be81a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.15.0" + version = "0.16.0" } } } diff --git a/examples/provider.tf b/examples/provider.tf index a392128..e697ab2 100644 --- a/examples/provider.tf +++ b/examples/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "terraform.local/lerentis/gitea" - version = "0.15.0" + version = "0.16.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index c0f2a4b..c9966af 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.15.0" + version = "0.16.0" } } }