summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-10-17 14:55:41 +0200
committerDylan William Hardison <dylan@hardison.net>2017-10-17 14:55:41 +0200
commit3465c3905f542d576a61f372a5cb2da3f823d508 (patch)
tree359d55ae228c8b1d7b53ee92df58286f387482d5 /Bugzilla.pm
parent1cfd85339c09fb5db742d3efe84b664f400ab184 (diff)
downloadbugzilla-3465c3905f542d576a61f372a5cb2da3f823d508.tar.gz
bugzilla-3465c3905f542d576a61f372a5cb2da3f823d508.tar.xz
bump version to 20171017.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 7b00e995a..705341532 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171003.2';
+our $VERSION = '20171017.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;