Skip to content

Commit

Permalink
Stickynote backend 16.1 - Update AS version constant to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau authored May 18, 2024
1 parent 3e49952 commit 4b0ecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/stickynote/stickynote.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public function ChangesSink($timeout = 30) {
* @return string AS version constant
*/
public function GetSupportedASVersion() {
return ZPush::ASV_14;
return ZPush::ASV_161;
}

}

0 comments on commit 4b0ecc5

Please sign in to comment.