diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-08-08 15:29:52 +0159 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-08-08 15:29:52 +0159 |
commit | 9642904d0a445b2989755ba0a20c13fa3c6bae1c (patch) | |
tree | f2d7e9771eacbe0ebab65a249856beda36c93cee /lib/ManaTools | |
parent | c47fbdbfe731d38a3207deaae0bc8d199365766d (diff) | |
download | manatools-9642904d0a445b2989755ba0a20c13fa3c6bae1c.tar manatools-9642904d0a445b2989755ba0a20c13fa3c6bae1c.tar.gz manatools-9642904d0a445b2989755ba0a20c13fa3c6bae1c.tar.bz2 manatools-9642904d0a445b2989755ba0a20c13fa3c6bae1c.tar.xz manatools-9642904d0a445b2989755ba0a20c13fa3c6bae1c.zip |
version 1.1.4v1.1.4
Diffstat (limited to 'lib/ManaTools')
-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 022512ad..1953e266 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.1.3 + Version 1.1.4 See Changes for details =cut -our $VERSION = '1.1.3'; +our $VERSION = '1.1.4'; has 'Version' => ( is => 'ro', |