Skip to content

Commit b6e9614

Browse files
committed
Bump version
1 parent f7e3644 commit b6e9614

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.01\r\n" : "3.11\r\n";
92+
return !g_enableBackwardsCompat ? "3.2\r\n" : "3.21\r\n";
9393
}
9494

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

0 commit comments

Comments
 (0)