Files
leonpan-pc/app/core/utils/version.py

7 lines
87 B
Python
Raw Normal View History

2025-10-29 22:20:21 +08:00
# coding: utf-8
"""
Version information for the application
"""
2025-11-01 20:14:35 +08:00
version = "Alpha 0.1"