Log.pm: reduce duplicative code in conditional
[koha_fer] / kohaversion.pl
index c18be35..8253027 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.029";
+    return "3.00.00.033";
 }
 
 1;