X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=blobdiff_plain;f=Koha.pm;h=19e1eba2599ed1095f3db8bc420e837cb797da90;hp=db1c707fb3d05c10c3a2908fedc905889544ce0d;hb=HEAD;hpb=905553f304538758cb5511b4796b9fc5b8a57af0 diff --git a/Koha.pm b/Koha.pm index db1c707..50a54ad 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "20.06.00.002"; +$VERSION = "20.06.00.027"; sub version { return $VERSION;