diff options
author | Thomas Backlund <tmb@mageia.org> | 2017-07-07 00:40:37 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2017-07-07 00:40:37 +0300 |
commit | b6dd01e87060e483cbdca241e13c91af1f1e34ab (patch) | |
tree | c8d580b303bded6a3d3cf7864bd26a6c806bb9ef /lib | |
parent | 5c5150535dd09fa912dfec1bc12e8d052f197754 (diff) | |
download | manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.gz manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.bz2 manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.xz manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.zip |
1.1.7
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 5be48e6d..ef50ed24 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.1.6 + Version 1.1.7 See Changes for details =cut -our $VERSION = '1.1.6'; +our $VERSION = '1.1.7'; has 'Version' => ( is => 'ro', |