mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 16:23:51 +01:00
bump 2021.1110 -> 2021.1111
This commit is contained in:
parent
cf4f323c94
commit
0f82c7eff7
6 changed files with 8 additions and 8 deletions
|
|
@ -5,4 +5,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
"""BumpVer: A CLI program for versioning."""
|
||||
|
||||
__version__ = "2021.1110"
|
||||
__version__ = "2021.1111"
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ def version_options(function: typ.Callable) -> typ.Callable:
|
|||
|
||||
|
||||
@click.group()
|
||||
@click.version_option(version="2021.1110")
|
||||
@click.version_option(version="2021.1111")
|
||||
@click.help_option()
|
||||
@verbose_option
|
||||
def cli(verbose: int = 0) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue