Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit 462c911

Browse files
author
twoone3
committed
v2.1.1更新
1 parent aeee113 commit 462c911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
constexpr unsigned PYR_VERSION_MAJOR = 2;
99
constexpr unsigned PYR_VERSION_MINOR = 1;
10-
constexpr unsigned PYR_VERSION_MICRO = 0;
11-
constexpr const char* PYR_VERSION = "v2.1.0";
10+
constexpr unsigned PYR_VERSION_MICRO = 1;
11+
constexpr const char* PYR_VERSION = "v2.1.1";
1212

1313
Logger logger("BDSpyrunner");
1414

0 commit comments

Comments
 (0)