moving localfiles to tmp
[koha.git] / kohaversion.pl
index 163c1f5..891a4ac 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.002";
+    return "3.00.00.010";
 }
 
 1;