logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 2a8ffbcf7927bd39514a16be0e6582375754793e
parent f0372e46dd31b827b1c91bdea368ef4e9c6a216c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 30 Mar 2023 09:13:06 +0200

Fix VERSION

Diffstat:

Mcve-client2+-
Mlib/App/CveClient.pm2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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.4'; +our $VERSION = 'v1.0.4'; use strict; use utf8; no warnings; # Wide Character… diff --git a/lib/App/CveClient.pm b/lib/App/CveClient.pm @@ -2,7 +2,7 @@ # Copyright © 2021-2023 CVE-Client Authors <https://hacktivis.me/git/cve-client/> # SPDX-License-Identifier: AGPL-3.0-only package App::CveClient; -our $VERSION = '1.0.4'; +our $VERSION = 'v1.0.4'; use warnings; use strict;