Skip to content

Commit 9915f03

Browse files
committed
Bump version
1 parent 698b0d2 commit 9915f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/moduleBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace ModuleBase {
8989

9090
private:
9191
static std::string getCurrentSbbVersion() {
92-
return !g_enableBackwardsCompat ? "3.2\r\n" : "3.21\r\n";
92+
return !g_enableBackwardsCompat ? "3.3\r\n" : "3.31\r\n";
9393
}
9494

9595
void setButtonClickSleepTime(const std::vector<std::string>& params);

0 commit comments

Comments
 (0)