summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-21 04:13:04 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-21 04:19:07 +0100
commit53550adfe06d7f68587c76dc23e9f5272fa11749 (patch)
treeac9cea91b43daabb546a27931df7aa882c5efe13 /Bugzilla.pm
parent602af2ba4d6b98379a85bfa429132dbccf5851ea (diff)
downloadbugzilla-53550adfe06d7f68587c76dc23e9f5272fa11749.tar.gz
bugzilla-53550adfe06d7f68587c76dc23e9f5272fa11749.tar.xz
bump version to 20171220.2
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 450a8d10a..9e5177839 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171220.1';
+our $VERSION = '20171220.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;