summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-06-07 15:32:43 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-07 15:32:43 +0200
commitb4a3ff8f0346ce217cd54d1ace95585db723401a (patch)
treed21d26bc67edbe73d09922743b185c169519b463 /Bugzilla.pm
parent57bb45991135c7d802bcf4036f5cc70080c59dcd (diff)
downloadbugzilla-b4a3ff8f0346ce217cd54d1ace95585db723401a.tar.gz
bugzilla-b4a3ff8f0346ce217cd54d1ace95585db723401a.tar.xz
bump version to 20170607.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 f48679518..5c531ca0a 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170606.1';
+our $VERSION = '20170607.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;