From df28fcb33f9f04b040fe29408ddbc1662a72148e Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 27 Jun 2019 18:40:45 +0000 Subject: [PATCH] Bump version number for release Signed-off-by: Liz Rea --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 67dec4d270..5fc8932fd3 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.05.13.000"; +$VERSION = "18.05.14.000"; sub version { return $VERSION; -- 2.39.5