From 958f30f5447a49d977896f909bde23fb1966fefa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Dec 2019 13:55:58 +0100 Subject: 5.24 --- Makefile.PL | 2 +- URPM.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index eea525f..820ffc4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -80,7 +80,7 @@ WriteMakefile( provides => { 'URPM' => { file => 'URPM.pm', - version => 'v5.23.2', + version => 'v5.24', }, 'URPM::Resolve' => { file => 'URPM/Resolve.pm', diff --git a/URPM.pm b/URPM.pm index 8ee0c26..133b31a 100644 --- a/URPM.pm +++ b/URPM.pm @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.23.2'; +our $VERSION = 'v5.24'; URPM->bootstrap($VERSION); -- cgit v1.2.1