From: Jason Stephenson Date: Fri, 29 Oct 2021 15:30:10 +0000 (-0400) Subject: Bumping Perl version string for 3.6.5 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0553a8feb4f24949e60c97feed9255d61f6e2502;p=evergreen%2Fpines.git Bumping Perl version string for 3.6.5 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..ec64436ee0 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.0605'; 1;