From c96ff4f9e8a48861aaa40b5ea608e7629eb3cbea Mon Sep 17 00:00:00 2001 From: sunnavy Date: Tue, 26 Jun 2018 23:02:00 +0800 Subject: [PATCH] Release 4.0.1 --- META.yml | 2 +- lib/RT/IR.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META.yml b/META.yml index f283601e..085336e6 100644 --- a/META.yml +++ b/META.yml @@ -32,7 +32,7 @@ requires: perl: 5.10.1 resources: license: http://opensource.org/licenses/gpl-license.php -version: 4.0.1beta1 +version: 4.0.1 x_module_install_rtx_version: '0.40' x_requires_rt: 4.4.1 x_rt_too_new: 4.6.0 diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm index 96e3127d..4a28f0bf 100644 --- a/lib/RT/IR.pm +++ b/lib/RT/IR.pm @@ -51,7 +51,7 @@ use 5.008003; use strict; use warnings; -our $VERSION = '4.0.1beta1'; +our $VERSION = '4.0.1'; use Scalar::Util qw(blessed);