summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-06-06 15:32:24 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-06 15:32:24 +0200
commit8de4392bb242d4115c967c1424dc00bee39e939a (patch)
treebcb6168be187f14790b698affcd5069421105af5 /Bugzilla.pm
parentc182928f126744a7b3cf2c8cf6f5c9f17bc7aff9 (diff)
downloadbugzilla-8de4392bb242d4115c967c1424dc00bee39e939a.tar.gz
bugzilla-8de4392bb242d4115c967c1424dc00bee39e939a.tar.xz
bump version
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 b4b7a48c8..f48679518 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170531.2';
+our $VERSION = '20170606.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;