X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=d50702d1acea7d2a107d2d5238b57ac7d0d2defc;hb=80ff78413e8de325ec49eb0edd88cfaaf3b4f50b;hp=62e3cf255e64feeebc47365f59cfa1b76ad759ac;hpb=7dab4cd903f9623fb52592e65d57c93b6156d2aa;p=koha.git diff --git a/Koha.pm b/Koha.pm index 62e3cf255e..d50702d1ac 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 = "18.06.00.016"; +$VERSION = "18.06.00.021"; sub version { return $VERSION;