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);