summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-10-03 15:28:39 +0200
committerDylan William Hardison <dylan@hardison.net>2017-10-03 15:28:39 +0200
commit2b5cf45f0b9335dcb1e4fbd6d990a0adc3e1754a (patch)
tree19b3a4a4da8b1bdc0107fd114434fdff22fdca8b /Bugzilla.pm
parent0519e93504760529d16d5a84d6dbe531593e0e47 (diff)
downloadbugzilla-2b5cf45f0b9335dcb1e4fbd6d990a0adc3e1754a.tar.gz
bugzilla-2b5cf45f0b9335dcb1e4fbd6d990a0adc3e1754a.tar.xz
bump version to 20171003.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 fba1a4172..7b00e995a 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171003.1';
+our $VERSION = '20171003.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;