summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-20 14:46:08 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-20 14:46:08 +0100
commit4cd99a91ff6a92a5e10449463b12a312060d01ba (patch)
tree743c3eef24479337f864073810dea0abf9827eea /Bugzilla.pm
parent78c733acf22b2e038e1bb3fcdc561caa70ea1fab (diff)
downloadbugzilla-4cd99a91ff6a92a5e10449463b12a312060d01ba.tar.gz
bugzilla-4cd99a91ff6a92a5e10449463b12a312060d01ba.tar.xz
bump version to 20180320.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 5d394b908..39877fbfe 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180316.1';
+our $VERSION = '20180320.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;