summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-12 14:59:45 +0200
committerGitHub <noreply@github.com>2017-07-12 14:59:45 +0200
commit8af9293cbe8c5474b4f13038a05bb8c9a92806ad (patch)
tree9e4070426f526c4aeb9f9e577480b2d96cc1dbbb /Bugzilla.pm
parent382199a567afed3795f13591cd41080906ffb87e (diff)
downloadbugzilla-8af9293cbe8c5474b4f13038a05bb8c9a92806ad.tar.gz
bugzilla-8af9293cbe8c5474b4f13038a05bb8c9a92806ad.tar.xz
bump version to 20170712.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 88d33bb69..05dfc505b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170711.1';
+our $VERSION = '20170712.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;