Skip to content

Commit

Permalink
version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis-codefresh committed Mar 11, 2022
1 parent 9be0ad7 commit 28d4820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-web-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 28d4820

Please sign in to comment.