Skip to content

Commit 92087d7

Browse files
committed
Fix version in module
1 parent e6e53a2 commit 92087d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kernel/Keyring.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Kernel::Keyring;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.06';
5+
our $VERSION = '0.07';
66

77
use Carp 'croak';
88
use Exporter 'import';

0 commit comments

Comments
 (0)