diff --git a/README.md b/README.md index 42c9c93..e09f3f3 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ docker run --rm \ 4. This way, instead of using a loop to check each target group health status - one after another, we can minimize the time by checking all the target groups' health concurrently. The total wait time for the results would be the `number of attempts` X `delay time`*(in seconds)*. 5. The program **will not** exit with *error code 1* unless you pass the `-e` flag for any unhealthy targets. +## CICD ## Want new feature? Want to contibute? diff --git a/main.go b/main.go index 418d852..64bb076 100644 --- a/main.go +++ b/main.go @@ -24,6 +24,7 @@ var ( delay *int ) +// Add specific ar for service func init() { const ( diff --git a/version b/version index dbc89ba..23e8085 100644 --- a/version +++ b/version @@ -1 +1 @@ -RELEASE_VERSION=0.1 \ No newline at end of file +RELEASE_VERSION=0.2 \ No newline at end of file