summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-03 16:38:58 +0200
committerGitHub <noreply@github.com>2018-08-03 16:38:58 +0200
commit78f92784326f23d1cb50d116d9b919f80a4e766a (patch)
tree6b77b6dc42b277578162b75dae6970602bc90003 /Bugzilla.pm
parentc6e8f4af28c109f5eec006ee6ff0eaefeb1ae354 (diff)
downloadbugzilla-78f92784326f23d1cb50d116d9b919f80a4e766a.tar.gz
bugzilla-78f92784326f23d1cb50d116d9b919f80a4e766a.tar.xz
bump version to 20180803.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 a7f623a2f..19a490fa0 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180801.1';
+our $VERSION = '20180803.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;