Bug 16699: Remove requirement from borrowernumberQueryParam
[koha.git] / kohaversion.pl
blobd21563478917389fec50172c9a5148f9567f9829
1 # the next koha public release version number;
3 use Modern::Perl;
4 use Koha;
6 sub kohaversion {
7 our $VERSION = $Koha::VERSION;
8 # version needs to be set this way
9 # so that it can be picked up by Makefile.PL
10 # during install
11 return $VERSION;