v1.0.1 — bump version

This commit is contained in:
“Naeel”
2026-08-07 08:07:27 +04:00
parent 91472e1259
commit a9cfea16e9
+1 -1
View File
@@ -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 {