summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-08 16:13:27 +0200
committerGitHub <noreply@github.com>2018-05-08 16:13:27 +0200
commite56ef7547dd9c078d172a0e40a4a420cf8e5b1fe (patch)
treef862487db29e5cc63052d777481f21a3e775655a /Bugzilla.pm
parentdcb3506da0be31ec92950e85f51688cecef1b0f8 (diff)
downloadbugzilla-e56ef7547dd9c078d172a0e40a4a420cf8e5b1fe.tar.gz
bugzilla-e56ef7547dd9c078d172a0e40a4a420cf8e5b1fe.tar.xz
bump version to 20180508.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 efe1580a2..825ef46c8 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180426.4';
+our $VERSION = '20180508.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;