mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33:03 +08:00
17 lines
449 B
Python
17 lines
449 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
The contents of this file will automatically be updated by the
|
|
workflow process. Do not edit manually.
|
|
|
|
This file is auto-generated during the workflow process.
|
|
Last updated: 2026-05-09 06:05:13 UTC
|
|
"""
|
|
|
|
AL_VERSION = "1.3.0"
|
|
AL_TAG = "v1.3.0"
|
|
AL_COMMIT_SHA = "local"
|
|
AL_COMMIT_DATE = "null" # time zone : UTC
|
|
AL_BUILD_DATE = "null" # time zone : UTC
|
|
AL_VERSION_FULL = f"{AL_VERSION} ({AL_COMMIT_SHA})"
|