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 {