Skip to content

Commit

Permalink
chore: Bumping to v0.19.0 and updating Telemetry Opt-Out URL (aws#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr authored Jul 25, 2019
1 parent dbd534a commit 83a32d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = '0.18.0'
__version__ = '0.19.0'
4 changes: 2 additions & 2 deletions samcli/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83a32d4

Please sign in to comment.