diff --git a/kohaversion.pl b/kohaversion.pl index 30ae2b4e53..12893e38d5 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.010'; + our $VERSION = '3.01.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install