summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-28 21:45:19 +0200
committerGitHub <noreply@github.com>2018-03-28 21:45:19 +0200
commit8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189 (patch)
tree1fcde49677ee57a819e4146333600076169dee9f /Bugzilla.pm
parent3ef33b34236a7341e668887e89ceb19ca8d16b4f (diff)
downloadbugzilla-8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189.tar.gz
bugzilla-8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189.tar.xz
bump version to 20180328.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 3248afe44..2191b2423 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180327.1';
+our $VERSION = '20180328.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;