Skip to content

Commit e686f76

Browse files
committed
bump version string to 0.4.1
1 parent 149f65e commit e686f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioc_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def get_command(self, ctx, name):
188188
help="Globally override the activated iocage dataset(s)"
189189
)
190190
@click.command(cls=IOCageCLI)
191-
@click.version_option(version="0.4.0 2019/01/04", prog_name="ioc")
191+
@click.version_option(version="0.4.1 2019/01/05", prog_name="ioc")
192192
@click.pass_context
193193
def cli(ctx, log_level: str, source: set) -> None:
194194
"""A jail manager."""

0 commit comments

Comments
 (0)