commit: 03f78cc184b48d54d53b16b331262b67a08a6121
parent 6c1e6e151dc3d621af91472973283d695528327a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 27 Mar 2023 21:28:39 +0200
lib: set VERSION
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/App/CveClient.pm b/lib/App/CveClient.pm
@@ -2,6 +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';
use warnings;
use strict;