From: Bill Erickson Date: Wed, 4 Mar 2020 20:17:55 +0000 (-0500) Subject: Bump Perl version string to 3.0500 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=59bdcdce59f36c622ae2f0e4186e41e0c2e6ec0e;p=working%2FEvergreen.git Bump Perl version string to 3.0500 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS.pm b/Open-ILS/src/perlmods/lib/OpenILS.pm index d7235ce61a..37ed162568 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.0500'; 1;