summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-16 18:02:05 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-18 04:50:10 +0100
commitc6d0d0e31a8b7b0e3c46ddf0a2be7741716d7977 (patch)
tree2a27e203656840e5060e8ede73df675de83ad39a /Bugzilla.pm
parent34249adbad14608948a0bf1f881e7d718d9d4da1 (diff)
downloadbugzilla-c6d0d0e31a8b7b0e3c46ddf0a2be7741716d7977.tar.gz
bugzilla-c6d0d0e31a8b7b0e3c46ddf0a2be7741716d7977.tar.xz
bump version to 20180316.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 4a3dcb114..5d394b908 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180306.4';
+our $VERSION = '20180316.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;