summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-25 15:14:58 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-25 15:14:58 +0100
commit3a13a6bd8c899133dbb1c3d46066c853e7741368 (patch)
tree68d5387f67f2e2daf6aacfcbe2099f2f0a60ed6e /Bugzilla.pm
parent790e46face2cd35139257dccdcb076f8b361a45c (diff)
downloadbugzilla-3a13a6bd8c899133dbb1c3d46066c853e7741368.tar.gz
bugzilla-3a13a6bd8c899133dbb1c3d46066c853e7741368.tar.xz
bump version to 20180125.1
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 36a9d4677..a5fda2db7 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180124.1';
+our $VERSION = '20180125.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;