bugfix: prevent multiple addition of the same authorised value in a category
[koha.git] / kohaversion.pl
index 0da8e17..bf13e87 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.019";
+    return "3.00.00.021";
 }
 
 1;