logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 6c1e6e151dc3d621af91472973283d695528327a
parent 58205e6e839a696ed119908d246e7801ad0601ee
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 20:50:03 +0200

Version 1.0.4

Diffstat:

Mcve-client2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cve-client b/cve-client @@ -2,7 +2,7 @@ # CVE-Client: CLI-based client / toolbox for CVE.org # Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/> # SPDX-License-Identifier: AGPL-3.0-only -our $VERSION = '1.0.3'; +our $VERSION = '1.0.4'; use strict; use utf8; no warnings; # Wide Character…