summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-27 15:10:23 +0200
committerDylan William Hardison <dylan@hardison.net>2018-03-27 15:10:23 +0200
commit8bb7ffef0f949090649cf2392db6bef0dc14e19b (patch)
treefa786f22e1ff447458356d2012bffe3d6425a0e2 /Bugzilla.pm
parentf6a6e63306e63825013f9a58b7527f2653420976 (diff)
downloadbugzilla-8bb7ffef0f949090649cf2392db6bef0dc14e19b.tar.gz
bugzilla-8bb7ffef0f949090649cf2392db6bef0dc14e19b.tar.xz
bump version to 20180327.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 e2cd27cbe..3248afe44 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180326.1';
+our $VERSION = '20180327.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;