diff options
-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', |