Adding Koha.pm update

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Brendan Gallagher 2015-12-31 19:47:06 +00:00
parent 065e33bdd7
commit b00935bc85

View file

@ -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 = "3.23.00.012";
$VERSION = "3.23.00.013";
sub version {
return $VERSION;