summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-10 00:10:46 +0200
committerGitHub <noreply@github.com>2018-10-10 00:10:46 +0200
commit5ce44b3d3d3f56f2c19dd4dc4d90749fbd520078 (patch)
treef49dc44c10b2c770c2cfdc5b2327076a1d5f1e09 /Bugzilla.pm
parent37d767c50d5ae69b13c47b71ba16b93c6b450730 (diff)
downloadbugzilla-5ce44b3d3d3f56f2c19dd4dc4d90749fbd520078.tar.gz
bugzilla-5ce44b3d3d3f56f2c19dd4dc4d90749fbd520078.tar.xz
bump version to 20181010.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 a6c392b90..d8f13a3ad 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20181005.1';
+our $VERSION = '20181010.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;