summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-08-08 21:06:19 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-08 21:06:19 +0200
commit1f35e100eaab5776633a3b995f3c32a0438f6e86 (patch)
tree07054b48c28300bd8c71364e4181f1238d520fe3 /Bugzilla.pm
parenta06f8e976a6bcca80f38a1575eb786608c3878d7 (diff)
downloadbugzilla-1f35e100eaab5776633a3b995f3c32a0438f6e86.tar.gz
bugzilla-1f35e100eaab5776633a3b995f3c32a0438f6e86.tar.xz
bump version to 20180808.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 c2581410d..b0387d179 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180807.1';
+our $VERSION = '20180808.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;