From 59bdcdce59f36c622ae2f0e4186e41e0c2e6ec0e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 4 Mar 2020 15:17:55 -0500 Subject: [PATCH] Bump Perl version string to 3.0500 Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0