summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-05-30 20:07:50 +0200
committerGitHub <noreply@github.com>2018-05-30 20:07:50 +0200
commite2ff84039ad6976142fa9081e920593d94f2be8f (patch)
tree876f6a725f94a0e912199b1e3b6311c98185c39d /Bugzilla.pm
parent8bc6479753f26eba181d411387c315f7db082dc8 (diff)
downloadbugzilla-e2ff84039ad6976142fa9081e920593d94f2be8f.tar.gz
bugzilla-e2ff84039ad6976142fa9081e920593d94f2be8f.tar.xz
bump version to 20180530.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 6cffa66a1..cb575433e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180529.2';
+our $VERSION = '20180530.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;