bump 2022.1116 -> 2022.1117

This commit is contained in:
Manuel Barkhau 2022-06-08 20:07:04 +00:00
parent 0d8b6a5538
commit 023f9bffcd
6 changed files with 8 additions and 8 deletions

View file

@ -5,4 +5,4 @@
# SPDX-License-Identifier: MIT
"""BumpVer: A CLI program for versioning."""
__version__ = "2022.1116"
__version__ = "2022.1117"

View file

@ -247,7 +247,7 @@ def version_options(function: typ.Callable) -> typ.Callable:
@click.group(context_settings={'help_option_names': ["-h", "--help"]})
@click.version_option(version="2022.1116")
@click.version_option(version="2022.1117")
@verbose_option
def cli(verbose: int = 0) -> None:
"""Automatically update version strings in plaintext files."""