Skip to content

Commit

Permalink
feat(iamai): update version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 24, 2024
1 parent b9cdff3 commit 0b80b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iamai/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def install(plugin_name):
@cli.command()
def version():
"""显示iamai版本"""
click.echo("iamai版本: 1.0.0")
click.echo("iamai版本: 0.1.5")

def cli_func(*args):
cli(*args)

0 comments on commit 0b80b85

Please sign in to comment.