Revert "bump 2022.1119 -> 2022.1120"

This reverts commit cacf64c9c8aa6314f866743a2a0de0db399bbe3a.
This commit is contained in:
Bruce Schultz 2022-08-03 11:04:27 +02:00 committed by mbarkhau
parent ff91ed754c
commit 1e743aa56d
5 changed files with 5 additions and 5 deletions

View file

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

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.1120")
@click.version_option(version="2022.1118")
@verbose_option
def cli(verbose: int = 0) -> None:
"""Automatically update version strings in plaintext files."""