summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-13 15:21:38 +0200
committerDylan William Hardison <dylan@hardison.net>2017-09-13 15:21:38 +0200
commit84e1a018bb8a68533cf1a2ece799a64537363d33 (patch)
treebf9378b73a3f09a828bfd0e2379aede8b389d0ff /Bugzilla.pm
parent5c003fcc3ee164e92295f8518ca90eec0196a30c (diff)
downloadbugzilla-84e1a018bb8a68533cf1a2ece799a64537363d33.tar.gz
bugzilla-84e1a018bb8a68533cf1a2ece799a64537363d33.tar.xz
bump version to 20170913
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 7431d33f4..65508cb6f 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170831.1';
+our $VERSION = '20170913.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;