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