From a67ce30e0155210e196544f13ec4533741fde16f Mon Sep 17 00:00:00 2001 From: Elliott Krupa Date: Mon, 30 Oct 2023 16:46:34 -0400 Subject: [PATCH] Don't increment versions in docs for patch release Co-authored-by: Jason Harley --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 265f8f42..a17b5cc4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.2" + version = "~> 0.18.0" } } } diff --git a/docs/index.md b/docs/index.md index b0f4ba22..50f341dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ terraform { required_providers { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.18.2" + version = "~> 0.18.0" } } }