summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-04 16:32:23 +0200
committerGitHub <noreply@github.com>2018-10-04 16:32:23 +0200
commit41a59402f4959bf2bdfc1bd1e609d51632b165a6 (patch)
treec39fb79a16bb8fa0ea70a52a25d1fc1a57177784
parent43fd8e8166808ffece4735e55655dabed50b634c (diff)
downloadbugzilla-41a59402f4959bf2bdfc1bd1e609d51632b165a6.tar.gz
bugzilla-41a59402f4959bf2bdfc1bd1e609d51632b165a6.tar.xz
bump version to 20181004.1
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 94defda3b..e39b5dedf 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20181002.1';
+our $VERSION = '20181004.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;