diff options
author | Angelo Naselli <anaselli@linux.it> | 2017-09-09 17:09:01 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2017-09-09 17:09:01 +0200 |
commit | 3e6a44ae95b70fb53c6dd1797af3f52014c81cba (patch) | |
tree | 26e41e160b7c4cecccb7230caddd97e62f6e9137 /lib/ManaTools | |
parent | da53b368f9c81df5dfc2c64d7ff4cf5833ffd9ea (diff) | |
download | manatools-3e6a44ae95b70fb53c6dd1797af3f52014c81cba.tar manatools-3e6a44ae95b70fb53c6dd1797af3f52014c81cba.tar.gz manatools-3e6a44ae95b70fb53c6dd1797af3f52014c81cba.tar.bz2 manatools-3e6a44ae95b70fb53c6dd1797af3f52014c81cba.tar.xz manatools-3e6a44ae95b70fb53c6dd1797af3f52014c81cba.zip |
Version 1.2.0 for new mageia cauldron
Diffstat (limited to 'lib/ManaTools')
-rw-r--r-- | lib/ManaTools/Version.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index ef50ed24..2a2b2223 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -33,7 +33,7 @@ Angelo Naselli <anaselli@linux.it> =head1 COPYRIGHT and LICENSE -Copyright (C) 2015-2016, Angelo Naselli. +Copyright (C) 2015-2017, Angelo Naselli. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.1.7 + Version 1.2.0 See Changes for details =cut -our $VERSION = '1.1.7'; +our $VERSION = '1.2.0'; has 'Version' => ( is => 'ro', |