diff --git a/web/modules/custom/etherpad_api/src/Client.php b/web/modules/custom/etherpad_api/src/Client.php index daa88e3..d54292d 100644 --- a/web/modules/custom/etherpad_api/src/Client.php +++ b/web/modules/custom/etherpad_api/src/Client.php @@ -27,8 +27,8 @@ class Client { protected $apiKey = null; protected $baseUrl = null; - // (Minimal) Etherpad version - const API_VERSION = '1.2'; + // (Minimal) Etherpad version @TODO settings / get from instance? + const API_VERSION = '1.2.1'; /** * Constructs a Client object.