X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FZeal%2FDocument.pm;h=9a533fb3df55ed705aa3a28e0349ca5bc532402e;hb=refs%2Ftags%2F0.001001;hp=3ce27bca885ca512ebf27324a07ea67a641dce62;hpb=fb9b7e9f161c44464fc8890644f72599195a195f;p=zeal.git diff --git a/lib/Zeal/Document.pm b/lib/Zeal/Document.pm index 3ce27bc..9a533fb 100644 --- a/lib/Zeal/Document.pm +++ b/lib/Zeal/Document.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.000_003'; +our $VERSION = '0.001001'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);