From 512d40f4de2090c400d748e8f99ab32a4f9e0daa Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Fri, 29 Jul 2022 11:04:30 -0400 Subject: [PATCH] [U] Release 1.1.3-pre1 --- hyfetch/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/constants.py b/hyfetch/constants.py index 80a8c5db..5247e08f 100644 --- a/hyfetch/constants.py +++ b/hyfetch/constants.py @@ -7,7 +7,7 @@ from pathlib import Path from typing_extensions import Literal CONFIG_PATH = Path.home() / '.config/hyfetch.json' -VERSION = '1.1.2' +VERSION = '1.1.3-pre.1' # Obtain terminal size try: