X-Git-Url: http://git.ieval.ro/?p=zeal.git;a=blobdiff_plain;f=lib%2FZeal%2FDocument.pm;fp=lib%2FZeal%2FDocument.pm;h=9a533fb3df55ed705aa3a28e0349ca5bc532402e;hp=ccc5de6b2b9155e6b1a113920a3909a16c2d59ce;hb=dded0d050e77c06af7afdd61f910bfe40db1de0f;hpb=c080f3fea21e3da012f2fcd4dae08ebe12d528d7 diff --git a/lib/Zeal/Document.pm b/lib/Zeal/Document.pm index ccc5de6..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.001'; +our $VERSION = '0.001001'; use parent qw/Class::Accessor::Fast/; __PACKAGE__->mk_accessors(qw/id name type path anchor docset/);