summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-17 16:18:25 +0200
committerGitHub <noreply@github.com>2018-07-17 16:18:25 +0200
commit40a8efb9cf0cf27335a34097653f82f943caf5a2 (patch)
tree19e39d7c6db75f2f40cff1acc603039efc616378 /Bugzilla.pm
parent2f91e373896ca57c6873a51d265c3f233709db99 (diff)
downloadbugzilla-40a8efb9cf0cf27335a34097653f82f943caf5a2.tar.gz
bugzilla-40a8efb9cf0cf27335a34097653f82f943caf5a2.tar.xz
bump version to 20180717.2
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 9e4edc5cf..29675865b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180717.1';
+our $VERSION = '20180717.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;