Changing <p> to <span> per gmcharlt's suggestion re: Adding <p class="noholdstext...
[koha.git] / kohaversion.pl
index dde1031..3fa5030 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.110';
+    our $VERSION = '3.01.00.136';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install