summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-06-06 13:52:35 +0200
committerGitHub <noreply@github.com>2018-06-06 13:52:35 +0200
commit35038ef2b5f6f1b783931797f34c5ce68dc3b8a9 (patch)
tree5761aed3e63f67cb3d3d820f41bcf4a3475ac352 /Bugzilla.pm
parent7dc3c771ef4f0fc3dc7ff5671b0b433f2d71d11c (diff)
downloadbugzilla-35038ef2b5f6f1b783931797f34c5ce68dc3b8a9.tar.gz
bugzilla-35038ef2b5f6f1b783931797f34c5ce68dc3b8a9.tar.xz
Bump version to 20180605.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 cb575433e..7ab7031e7 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180530.1';
+our $VERSION = '20180605.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;