From 45876fe87b868b9c52f2201ff818410f27962da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 09:24:27 +0400 Subject: [PATCH] v0.0.2 --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.go b/server/main.go index 9f681ca..5632f25 100644 --- a/server/main.go +++ b/server/main.go @@ -31,7 +31,7 @@ var ( s3Prefix = os.Getenv("S3_PREFIX") // S3 key prefix (may differ from hostname) ) -const VERSION = "0.0.1" +const VERSION = "0.0.2" // Terraform Registry Protocol Structs type Discovery struct {