From b8ac29fa8ad26248fb06cee81782ff7fa2ca912f Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Wed, 13 May 2020 21:43:32 +0000 Subject: [PATCH] DBRev: RMaint (follow-up) correct Koha.pm version Signed-off-by: Joy Nelson --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 281044f3bb..14e5a78713 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.05.00666666"; +$VERSION = "19.11.05.006"; sub version { return $VERSION; -- 2.20.1