bug 4808: allow limited-permission circ operators to print receipts
[koha_gimpoz] / kohaversion.pl
index 0af7061..d2cf8db 100644 (file)
@@ -10,7 +10,9 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.118';
+
+    our $VERSION = '3.01.00.142';
+
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install