adding missing kohaversion.pl
[koha.git] / kohaversion.pl
index 891a4ac..b8081d2 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.010";
+    return "3.00.00.011";
 }
 
 1;