From f6a4baa247374c70f5b79cb1ae375f3d8e0490ea Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 14 Oct 2020 07:28:55 -0400 Subject: [PATCH] Bumping Perl version string for 3.6.0 Signed-off-by: Jason Boyer --- 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..d986f5c053 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.0600'; 1; -- 2.11.0