From a9cfea16e93f7ae36f0d8aae32c472ad21440d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 7 Aug 2026 08:07:27 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.1=20=E2=80=94=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.go b/server/main.go index a8146c8..7e26e58 100644 --- a/server/main.go +++ b/server/main.go @@ -23,7 +23,7 @@ var ( s3Prefix = os.Getenv("S3_PREFIX") // S3 key prefix (may differ from hostname) ) -const VERSION = "1.0.0" +const VERSION = "1.0.1" // Terraform Registry Protocol Structs type Discovery struct {