mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
no update
This commit is contained in:
parent
72ae9e47e2
commit
f27cdf85d3
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Type,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-62-g03b75ec-dev"
|
||||
__version__ = "22.12a3-63-g72ae9e4-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -1095,7 +1095,7 @@ class Viv:
|
|||
echo(f"Downloaded version: {downloaded_version}")
|
||||
|
||||
# TODO: see if file is actually where
|
||||
# we are about to install and give instructions
|
||||
# we are about to install and give more instructions
|
||||
|
||||
if confirm(
|
||||
"Would you like to perform the above installation steps?",
|
||||
|
|
Loading…
Reference in a new issue