mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 16:23:51 +01:00
bump 2022.1119 -> 2022.1120
This commit is contained in:
parent
56e8eb9bc0
commit
ff91ed754c
5 changed files with 5 additions and 5 deletions
|
|
@ -5,4 +5,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
"""BumpVer: A CLI program for versioning."""
|
||||
|
||||
__version__ = "2022.1118"
|
||||
__version__ = "2022.1120"
|
||||
|
|
|
|||
|
|
@ -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.1118")
|
||||
@click.version_option(version="2022.1120")
|
||||
@verbose_option
|
||||
def cli(verbose: int = 0) -> None:
|
||||
"""Automatically update version strings in plaintext files."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue