mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
7 lines
86 B
C++
7 lines
86 B
C++
#pragma once
|
|
|
|
namespace asst
|
|
{
|
|
constexpr static const char* Version = "v3.0.6";
|
|
}
|