소스 검색

[U] Release v1.1.0

Azalea (on HyDEV-Daisy) 3 년 전
부모
커밋
eb76b2f474
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.0.7'
+VERSION = '1.1.0'
 
 
 # Obtain terminal size
 # Obtain terminal size
 try:
 try: