From 035c05fe41b5f1b6c991d619bcc6e293f210c947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Thu, 25 Jan 2024 22:06:18 +0100 Subject: [PATCH] Fix the `#version` property --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index a27a2193..86dd213f 100644 --- a/src/client.ts +++ b/src/client.ts @@ -16,7 +16,7 @@ export class Client { /** * The package version. */ - static readonly #version = "16.0.2"; + static readonly #version = "16.1.0"; /** * The Akismet API key.