summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-23 22:40:48 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-23 22:40:48 +0100
commit14f057053a81df19a337f7a102e9126edfee0417 (patch)
tree5f7559e9b89d468a8983b7a050684230a1c3134b /Bugzilla.pm
parent4c2acd5812819bd59f6959c2a1e764aeb10696ea (diff)
downloadbugzilla-14f057053a81df19a337f7a102e9126edfee0417.tar.gz
bugzilla-14f057053a81df19a337f7a102e9126edfee0417.tar.xz
bump version to 20180323.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 d62ab2227..642e5e892 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180321.1';
+our $VERSION = '20180323.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;