summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-29 21:20:58 +0200
committerGitHub <noreply@github.com>2018-05-29 21:20:58 +0200
commit283e9a03efc9185e1a86e2ea2de3b6693a42224b (patch)
tree4facf2312b943d7b65cc8b40ed4b86203f16e833 /Bugzilla.pm
parent42d7fa7b22e40f97fb8f1b809719e22a86dc8ebe (diff)
downloadbugzilla-283e9a03efc9185e1a86e2ea2de3b6693a42224b.tar.gz
bugzilla-283e9a03efc9185e1a86e2ea2de3b6693a42224b.tar.xz
bump version to 20180529.1 (#589)
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 897433e47..5928e2e3f 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180523.1';
+our $VERSION = '20180529.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;