summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-02-20 14:59:54 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-20 14:59:54 +0100
commit9ceb2e0a1564aa2d059646bc704f21283507ac9e (patch)
tree362ffa2dbb639f69e6fddf15b1c1313cb38b8b45 /Bugzilla.pm
parent36ddeebd0bb149d3be9fe7b19931baa2a1ccd31f (diff)
downloadbugzilla-9ceb2e0a1564aa2d059646bc704f21283507ac9e.tar.gz
bugzilla-9ceb2e0a1564aa2d059646bc704f21283507ac9e.tar.xz
bump version to 20180220.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 a5fda2db7..1633713b9 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180125.1';
+our $VERSION = '20180220.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;