Bump version and update Changes
[image-openalpr.git] / lib / Image / OpenALPR / PlateResult.pm
index e06a3e93d59149e6a33d959a713d0bc9b44f3fed..b24f899901da8da0e065fce32533fbc9cd61eba5 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use overload '""' => sub { shift->plate }, fallback => 1;
 use parent qw/Class::Accessor::Fast/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 __PACKAGE__->mk_ro_accessors(qw/plate confidence matches_template/);
 
This page took 0.009589 seconds and 4 git commands to generate.