From fd4108ff1bcb792b08dbd1096e3c57836898654e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 23 Oct 2021 10:46:23 +0200 Subject: 5.125 --- Makefile.PL | 2 +- URPM.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 92f27b8..8331db3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -91,7 +91,7 @@ WriteMakefile( provides => { 'URPM' => { file => 'URPM.pm', - version => 'v5.124', + version => 'v5.125', }, 'URPM::Resolve' => { file => 'URPM/Resolve.pm', diff --git a/URPM.pm b/URPM.pm index 3b0c992..8664aad 100644 --- a/URPM.pm +++ b/URPM.pm @@ -14,7 +14,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = 'v5.124'; +our $VERSION = 'v5.125'; URPM->bootstrap($VERSION); -- cgit v1.2.1