Skip to content

Commit

Permalink
Bumped version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shupp committed Jan 30, 2017
1 parent 8dfc616 commit b7bd73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegadns_cli/commands/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def version(ctx):
try:
api_version = ctx.obj['client'].release_version()
click.echo("api version: " + api_version)
click.echo("cli version: 2.0.0")
click.echo("cli version: 2.0.1")
except ClientException as e:
click.echo("Error: " + str(e.code))
click.echo("Response: " + e.message)
Expand Down

0 comments on commit b7bd73a

Please sign in to comment.