updating version to trigger updatedatabase
authorJoshua Ferraro <jmf@liblime.com>
Fri, 9 Nov 2007 16:37:48 +0000 (10:37 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 9 Nov 2007 16:37:48 +0000 (10:37 -0600)
kohaversion.pl

index 27cbf82..247188d 100644 (file)
@@ -8,7 +8,7 @@
 #        and is automatically called by Auth.pm when needed.
 
 sub kohaversion {
-    return "3.00.00.022";
+    return "3.00.00.023";
 }
 
 1;