From 22f2d9bec1bab5838dc8190e384f9f389260a5e9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 27 Nov 2018 11:43:45 +0000 Subject: [PATCH] Update version in Koha.pm Signed-off-by: Nick Clemens --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 3d49681d41..be3093fda9 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "18.06.00.063"; +$VERSION = "18.11.00.000"; sub version { return $VERSION; -- 2.39.2