Bug 26407: fix query in 'title exists' in `search_for_data_inconsistencies.pl`
[srvgit] / Koha.pm
diff --git a/Koha.pm b/Koha.pm
index 82c8c9f..faa3447 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 = "19.12.00.059";
+$VERSION = "20.06.00.037";
 
 sub version {
     return $VERSION;