summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-01 14:48:54 +0200
committerGitHub <noreply@github.com>2017-08-01 14:48:54 +0200
commit61e095a72cc270b50e5b7da5c0371293282fa680 (patch)
tree3ef53062326e71c244d510cabc35fd8319756108 /Bugzilla.pm
parent020ace1e585c2625138054dbd6ba4514c5f2fbfc (diff)
downloadbugzilla-61e095a72cc270b50e5b7da5c0371293282fa680.tar.gz
bugzilla-61e095a72cc270b50e5b7da5c0371293282fa680.tar.xz
bump version to 20170801.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 1aeced9b0..593efad68 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170718.1';
+our $VERSION = '20170801.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;