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 {