[U] Release 1.1.3-pre1

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-29 11:04:30 -04:00
parent 17a28c0495
commit 512d40f4de

View file

@ -7,7 +7,7 @@ from pathlib import Path
from typing_extensions import Literal from typing_extensions import Literal
CONFIG_PATH = Path.home() / '.config/hyfetch.json' CONFIG_PATH = Path.home() / '.config/hyfetch.json'
VERSION = '1.1.2' VERSION = '1.1.3-pre.1'
# Obtain terminal size # Obtain terminal size
try: try: