We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b0d2 commit 9915f03Copy full SHA for 9915f03
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.2\r\n" : "3.21\r\n";
+ return !g_enableBackwardsCompat ? "3.3\r\n" : "3.31\r\n";
93
}
94
95
void setButtonClickSleepTime(const std::vector<std::string>& params);
0 commit comments