diff options
author | Angelo Naselli <anaselli@linux.it> | 2020-03-28 15:40:49 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2020-03-28 15:40:49 +0100 |
commit | d50eb092a79ded823d0a9b8b8fb18af92c554c36 (patch) | |
tree | 922edddf25abb6402449ec22f03832d40a91fef8 /lib | |
parent | 28e91224eb01ea21b44cd00a16c3018bcb463df7 (diff) | |
download | manatools-d50eb092a79ded823d0a9b8b8fb18af92c554c36.tar manatools-d50eb092a79ded823d0a9b8b8fb18af92c554c36.tar.gz manatools-d50eb092a79ded823d0a9b8b8fb18af92c554c36.tar.bz2 manatools-d50eb092a79ded823d0a9b8b8fb18af92c554c36.tar.xz manatools-d50eb092a79ded823d0a9b8b8fb18af92c554c36.zip |
Fixed contribfinder for python3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ManaTools/Version.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index 2a2b2223..0d96c628 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.2.0 + Version 1.2.1 See Changes for details =cut -our $VERSION = '1.2.0'; +our $VERSION = '1.2.1'; has 'Version' => ( is => 'ro', |