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 4a6f35a commit 5e737b1
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 @@ -47,7 +47,7 @@ func main() {
// fmt.Println("App Mode:", cfg.Section("").Key("app_mode").String())

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 5e737b1

Please sign in to comment.