From 58b50ce40ac9d9ed1f34c25dc7cb6c81d0115c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sun, 16 Jun 2024 02:31:43 +0200 Subject: [PATCH] Update the version number [skip ci] --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 1b36e51..08954e9 100644 --- a/src/client.js +++ b/src/client.js @@ -17,7 +17,7 @@ export class Client { * @type {string} * @readonly */ - static #version = "16.1.0"; + static #version = "16.1.1"; /** * The Akismet API key.