Skip to content

Commit 1dad649

Browse files
committed
Bump and set version
1 parent b8e9651 commit 1dad649

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

lib/Plack/App/RDF/LinkedData.pm

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ use Plack::Request;
1010
1111
Plack::App::RDF::LinkedData - A Plack application for running RDF::LinkedData
1212
13+
=head1 VERSION
14+
15+
Version 0.75_01
16+
17+
=cut
18+
19+
our $VERSION = '0.75_01';
20+
21+
1322
=head1 SYNOPSIS
1423
1524
my $linkeddata = Plack::App::RDF::LinkedData->new();

lib/RDF/LinkedData.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ RDF::LinkedData - A Linked Data server implementation
3131
3232
=head1 VERSION
3333
34-
Version 0.74
34+
Version 0.75_01
3535
3636
=cut
3737

38-
our $VERSION = '0.74';
38+
our $VERSION = '0.75_01';
3939

4040

4141
=head1 SYNOPSIS

0 commit comments

Comments
 (0)