aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 00:00:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 00:00:28 +1300
commitbadd7bc3c0b133f887b90bae2433ad835c8c2312 (patch)
treef77b19a2376ad04d8c2ab103358285b4d18a8ab4 /t
parentPerl::Tidy run over tiny test suite (diff)
downloadMusic-Lyrics-LRC-badd7bc3c0b133f887b90bae2433ad835c8c2312.tar.gz
Music-Lyrics-LRC-badd7bc3c0b133f887b90bae2433ad835c8c2312.zip
Bump version numberv0.03
Diffstat (limited to 't')
-rw-r--r--t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/basic.t b/t/basic.t
index 337cd13..6c2745b 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -8,7 +8,7 @@ use Test::More tests => 9;
use Music::Lyrics::LRC;
-our $VERSION => '0.02';
+our $VERSION => '0.03';
my $lrc = Music::Lyrics::LRC->new();
ok( defined $lrc, 'constructed' );