summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-21 15:35:46 +0200
committerGitHub <noreply@github.com>2018-08-21 15:35:46 +0200
commitf7b415b0354a32f36d37366b19e90f3834a01a69 (patch)
treec86c28100f8851f5e58b21bce219e61d9af0d6e7
parent77468653f4f3e3285bc68e455b5b4e4265362aeb (diff)
downloadbugzilla-f7b415b0354a32f36d37366b19e90f3834a01a69.tar.gz
bugzilla-f7b415b0354a32f36d37366b19e90f3834a01a69.tar.xz
bump version to 20180820.1
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 4d5e559d9..44286c75b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180808.1';
+our $VERSION = '20180820.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;