Skip to content

Commit

Permalink
Upgrade software version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdq committed Jun 21, 2019
1 parent cca621a commit f536727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfca.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def verify(binary):


@click.group()
@click.version_option(version=click.style('1.1.0', fg='bright_cyan'))
@click.version_option(version=click.style('2.0.0', fg='bright_cyan'))
def cli():
pass

Expand Down

0 comments on commit f536727

Please sign in to comment.