aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Version.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2020-03-28 15:40:49 +0100
committerAngelo Naselli <anaselli@linux.it>2020-03-28 15:40:49 +0100
commitd50eb092a79ded823d0a9b8b8fb18af92c554c36 (patch)
tree922edddf25abb6402449ec22f03832d40a91fef8 /lib/ManaTools/Version.pm
parent28e91224eb01ea21b44cd00a16c3018bcb463df7 (diff)
downloadmanatools-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/ManaTools/Version.pm')
-rw-r--r--lib/ManaTools/Version.pm4
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',