From 689db3115c42dad8d02aaf27f80814564e1de826 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 20 Dec 2017 11:30:14 +0000 Subject: [PATCH] Update version after bug 19724 Signed-off-by: Nick Clemens --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index cfdc0d637f..bebaf0cc42 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 = "17.11.00.000"; +$VERSION = "17.11.00.001"; sub version { return $VERSION; -- 2.39.5