浏览代码

[U] Release 1.1.3-pre1

Azalea (on HyDEV-Daisy) 2 年之前
父节点
当前提交
512d40f4de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hyfetch/constants.py

+ 1 - 1
hyfetch/constants.py

@@ -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: