From 61e7f3bbd7d6bf8e4341869255d9de8156643d69 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Thu, 2 Apr 2020 14:35:51 +0000 Subject: [PATCH] DBRev: followup Signed-off-by: Joy Nelson --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 512b86f372..7d50b10121 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 = "19.11.04.0022"; +$VERSION = "19.11.04.002"; sub version { return $VERSION; -- 2.39.5