summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-19 14:58:38 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-19 14:59:12 +0100
commitba299d1e1a9d1c180bd7c764bb31f3ed46d704f5 (patch)
tree9a7d52a19e5ab77ba75df18d077b4688ff34b179 /Bugzilla.pm
parent5886db383d2148774feef3b06be80e28abe51f3c (diff)
downloadbugzilla-ba299d1e1a9d1c180bd7c764bb31f3ed46d704f5.tar.gz
bugzilla-ba299d1e1a9d1c180bd7c764bb31f3ed46d704f5.tar.xz
fix urlbase in socorro
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 3b0cab94b..b9e59e390 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171219.1';
+our $VERSION = '20171219.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;