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 {