summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-26 23:57:39 +0200
committerGitHub <noreply@github.com>2018-06-26 23:57:39 +0200
commit5191f5508b12d2e135374a0727e1ed82e8345604 (patch)
treef4cd398861ed4ad6a2d0b35a2958e540ac6a39ed /Bugzilla.pm
parentde80a6c015fb0d63040a111288be26b2118684a4 (diff)
downloadbugzilla-5191f5508b12d2e135374a0727e1ed82e8345604.tar.gz
bugzilla-5191f5508b12d2e135374a0727e1ed82e8345604.tar.xz
bump version to 20180627.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 ad8019a99..74fa257f2 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180605.1';
+our $VERSION = '20180627.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;