[Rt-commit] rtir branch 5.0/homepage-dashboard updated. 5.0.1-15-g069a80fb
BPS Git Server
git at git.bestpractical.com
Tue Nov 2 15:06:22 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0/homepage-dashboard has been updated
via 069a80fbd1c7b02a7155bfc32eb053fbf51bdc7b (commit)
from 39090f1768c31881455f469bcb998cabdf796313 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 069a80fbd1c7b02a7155bfc32eb053fbf51bdc7b
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 2 23:03:17 2021 +0800
Bump version to 5.0.2 so RT can show dashboard homepage
RT shows old RTIR homepage by checking if RTIR version is less than
5.0.2, for back compatibility.
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 2fd6b31a..2cc04745 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -51,7 +51,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '5.0.1';
+our $VERSION = '5.0.2';
use Scalar::Util qw(blessed);
-----------------------------------------------------------------------
Summary of changes:
lib/RT/IR.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list