diff --git a/simple-web-server.go b/simple-web-server.go index e6af4ee..93c4b10 100644 --- a/simple-web-server.go +++ b/simple-web-server.go @@ -50,7 +50,7 @@ func healthHandler(w http.ResponseWriter, r *http.Request) { func main() { clh := configurationListHandler{} - clh.version = "3.0" + clh.version = "1.0" clh.environment = os.Getenv("ENV") clh.environment_type = os.Getenv("ENV_TYPE") clh.region = os.Getenv("REGION")