Bump version number for release
authorLiz Rea <liz@bywatersolutions.com>
Thu, 27 Jun 2019 18:40:45 +0000 (18:40 +0000)
committerLiz Rea <liz@bywatersolutions.com>
Thu, 27 Jun 2019 18:51:23 +0000 (18:51 +0000)
Signed-off-by: Liz Rea <liz@bywatersolutions.com>

Koha.pm

diff --git a/Koha.pm b/Koha.pm
index 67dec4d..5fc8932 100644 (file)
--- 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;