From 94a900d88864bc14ec9cc0a639a514b8a32efeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 07:55:35 +0400 Subject: [PATCH] =?UTF-8?q?v1.1.0=20=E2=80=94=20prod?= 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 6b24238..85b9c5a 100644 --- a/server/main.go +++ b/server/main.go @@ -27,7 +27,7 @@ var ( s3Prefix = os.Getenv("S3_PREFIX") // S3 key prefix (may differ from hostname) ) -const VERSION = "1.0.5" +const VERSION = "1.1.0" // Terraform Registry Protocol Structs type Discovery struct {