mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
@@ -1,8 +1,8 @@
|
||||
from pathlib import Path
|
||||
|
||||
VERSION_MAJOR = 2
|
||||
VERSION_MINOR = 7
|
||||
VERSION_BETA = False
|
||||
VERSION_MINOR = 8
|
||||
VERSION_BETA = True
|
||||
__VERSION__ = f"{VERSION_MAJOR}.{VERSION_MINOR}.{'beta' if VERSION_BETA else 'stable'}"
|
||||
ROOT = Path(__file__).resolve().parent.parent.parent.joinpath("Volume")
|
||||
ROOT.mkdir(exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user