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