summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-10-31 15:25:29 +0100
committerDylan William Hardison <dylan@hardison.net>2017-10-31 15:25:29 +0100
commit1f9e1be3562caca016100129a14adf5c8d1efea2 (patch)
tree7fe2b8651fb7870c4d2e0afbcf583dfb36bc522d /Bugzilla.pm
parent7d35b918dba36abb75e4a8d41455b9ded3032969 (diff)
downloadbugzilla-1f9e1be3562caca016100129a14adf5c8d1efea2.tar.gz
bugzilla-1f9e1be3562caca016100129a14adf5c8d1efea2.tar.xz
bump version to 20171031.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 705341532..f511b8941 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171017.1';
+our $VERSION = '20171031.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;