summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-18 15:48:09 +0200
committerGitHub <noreply@github.com>2018-09-18 15:48:09 +0200
commit2f3ca2822570ae271ca4603b5d3de119b40d9eb8 (patch)
tree2ff62d5c2b9437e4deb0c407ecbd89d591b6fd1d
parent8c35832dd5d1de52b3dd5b4843be627b826a570d (diff)
downloadbugzilla-2f3ca2822570ae271ca4603b5d3de119b40d9eb8.tar.gz
bugzilla-2f3ca2822570ae271ca4603b5d3de119b40d9eb8.tar.xz
bump version to 20180918.1
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index c31e2088b..69b255d17 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180910.1';
+our $VERSION = '20180918.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;