Skip to content

Commit

Permalink
Version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis-codefresh authored Mar 11, 2022
1 parent b564862 commit 1b3a68a
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 = "2.0"
clh.version = "3.0"
clh.environment = os.Getenv("ENV")
clh.environment_type = os.Getenv("ENV_TYPE")
clh.region = os.Getenv("REGION")
Expand Down

0 comments on commit 1b3a68a

Please sign in to comment.