From: Jason Stephenson Date: Fri, 29 Oct 2021 13:30:15 +0000 (-0400) Subject: Bumping Perl version string for 3.7.2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6562900932cd2413f17351b3535fd581f76ee0ff;p=working%2FEvergreen.git Bumping Perl version string for 3.7.2 Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..96e7d9fe2c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS.pm @@ -6,6 +6,6 @@ OpenILS - Client and server support for the Evergreen open source library system =cut -our $VERSION = '2.4'; +our $VERSION = '3.0702'; 1;