We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e3644 commit b6e9614Copy full SHA for b6e9614
1 file changed
include/moduleBase.h
@@ -89,7 +89,7 @@ namespace ModuleBase {
89
90
private:
91
static std::string getCurrentSbbVersion() {
92
- return !g_enableBackwardsCompat ? "3.01\r\n" : "3.11\r\n";
+ return !g_enableBackwardsCompat ? "3.2\r\n" : "3.21\r\n";
93
}
94
95
void setButtonClickSleepTime(const std::vector<std::string>& params);
0 commit comments