summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-05 17:19:39 +0200
committerGitHub <noreply@github.com>2018-10-05 17:19:39 +0200
commit50e5a40ebf72b2ca7d5d31b0aad075a776f4649a (patch)
tree48d3568c4621fa1d4466f06ba1a45904bf7255ed
parentc84436a97c8e03962732bc5331430aae6c9826ae (diff)
downloadbugzilla-50e5a40ebf72b2ca7d5d31b0aad075a776f4649a.tar.gz
bugzilla-50e5a40ebf72b2ca7d5d31b0aad075a776f4649a.tar.xz
bump version to 20181005.1
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index e39b5dedf..a6c392b90 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20181004.1';
+our $VERSION = '20181005.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;