aboutsummaryrefslogtreecommitdiff
path: root/t/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/basic.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 e957ca6..e5c20f0 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.14';
+our $VERSION = '0.15';
my $lrc = Music::Lyrics::LRC->new();
ok( defined $lrc, 'constructed' );