We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076cd86 commit c96ff4fCopy full SHA for c96ff4f
META.yml
@@ -32,7 +32,7 @@ requires:
32
perl: 5.10.1
33
resources:
34
license: http://opensource.org/licenses/gpl-license.php
35
-version: 4.0.1beta1
+version: 4.0.1
36
x_module_install_rtx_version: '0.40'
37
x_requires_rt: 4.4.1
38
x_rt_too_new: 4.6.0
lib/RT/IR.pm
@@ -51,7 +51,7 @@ use 5.008003;
51
use strict;
52
use warnings;
53
54
-our $VERSION = '4.0.1beta1';
+our $VERSION = '4.0.1';
55
56
use Scalar::Util qw(blessed);
57
0 commit comments