From 4f33464489ba782cdad75915100a48699f89ca9b Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 19 Feb 2023 11:47:06 +0100 Subject: [PATCH] version bump --- Makefile | 2 +- README.md | 2 +- docs/index.md | 2 +- examples/provider.tf | 2 +- examples/provider/provider.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6f3fb75..e19effd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor) GOFMT ?= gofmt -s -VERSION = 0.12.1 +VERSION = 0.12.2 test: fmt-check go test -i $(TEST) || exit 1 diff --git a/README.md b/README.md index 981b732..e3a0093 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.12.1" + version = "0.12.2" } } } diff --git a/docs/index.md b/docs/index.md index ad7c71c..1cb7e27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { gitea = { source = "Lerentis/gitea" - version = "0.12.1" + version = "0.12.2" } } } diff --git a/examples/provider.tf b/examples/provider.tf index c3e5fe7..b89c520 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.1" + version = "0.12.2" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index ae10167..a423efb 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.1" + version = "0.12.2" } } }