summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-20 15:06:58 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-20 15:06:58 +0100
commit845140a6f3f4300e7dd03696eb7d65fd00c85ae1 (patch)
tree54636c27d6eef143f03a882f8d5c6c2a27f5cf81 /Bugzilla.pm
parent40023c4a9f7d949f623b3b6fa90c9cbf5dfc2351 (diff)
downloadbugzilla-845140a6f3f4300e7dd03696eb7d65fd00c85ae1.tar.gz
bugzilla-845140a6f3f4300e7dd03696eb7d65fd00c85ae1.tar.xz
bump version to 20180320.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 39877fbfe..26ffb816e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180320.1';
+our $VERSION = '20180320.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;