diff --git a/samcli/__init__.py b/samcli/__init__.py index 8232907343..03c7b75894 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.18.0' +__version__ = '0.19.0' diff --git a/samcli/cli/main.py b/samcli/cli/main.py index 2b83f75d91..8bc3525cc7 100644 --- a/samcli/cli/main.py +++ b/samcli/cli/main.py @@ -60,8 +60,8 @@ def print_info(ctx, param, value): \tYou can OPT OUT of telemetry by setting the environment variable \tSAM_CLI_TELEMETRY=0 in your shell. -\tLearn More: http://docs.aws.amazon.com/serverless-application-model/latest/developerguide/telemetry-opt-out -""" +\tLearn More: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-telemetry.html +""" # noqa @click.command(cls=BaseCommand)