Skip to content

Commit

Permalink
Prepare 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed May 6, 2024
1 parent 1258d3b commit aaefd4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
.travis.yml
bin/add_constituency.in
CHANGES
COPYING
Dockerfile
docs/AdministrationTutorial.pod
docs/Constituencies.pod
docs/DocIndex.pod
docs/images/rtir-incident-dashboard.png
docs/Tutorial.pod
docs/UPGRADING
docs/UPGRADING-2.4
Expand Down Expand Up @@ -220,7 +222,8 @@ MANIFEST.SKIP
META.yml
po/README
po/rtir.pot
README
README.md
SECURITY.md
static/css/rtir-reporting.css
static/css/rtir-styles.css
static/images/RTIR/logo.png
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
version: 5.0.4
version: 5.0.6
x_module_install_rtx_version: '0.43'
x_requires_rt: 5.0.0
x_rt_too_new: 5.2.0
2 changes: 1 addition & 1 deletion lib/RT/IR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use 5.008003;
use strict;
use warnings;

our $VERSION = '5.0.4';
our $VERSION = '5.0.6';

use Scalar::Util qw(blessed);

Expand Down

0 comments on commit aaefd4f

Please sign in to comment.