Fix for Bug 5136, Replace SQL with call to GetAuthorisedValues
[koha.git] / kohaversion.pl
index 63b6d31..b919410 100644 (file)
@@ -10,9 +10,7 @@
 use strict;
 
 sub kohaversion {
-
-    our $VERSION = '3.01.00.145';
-
+    our $VERSION = '3.02.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install