summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-18 15:13:25 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-18 15:13:25 +0200
commit10826aa2d764626175ef23115b59919404548a8b (patch)
tree02d22ec5a241ac4c5eeadd2c0f1fcdc2fa621a6a /Bugzilla.pm
parent8dc579d44d59adcb5568d18ed249572f743e440d (diff)
downloadbugzilla-10826aa2d764626175ef23115b59919404548a8b.tar.gz
bugzilla-10826aa2d764626175ef23115b59919404548a8b.tar.xz
bump version to 20170718.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 05dfc505b..1aeced9b0 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170712.1';
+our $VERSION = '20170718.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;