summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-06 15:26:47 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-06 15:26:47 +0100
commit6ef6d537b5f0d14b80acea3c918802874e90fc3e (patch)
tree95ef5c305b0a3655ae3af0e52534d148052f78de /Bugzilla.pm
parentc418f3aeb9bbbea2f2ffead8cc6c1fee5a82fe5b (diff)
downloadbugzilla-6ef6d537b5f0d14b80acea3c918802874e90fc3e.tar.gz
bugzilla-6ef6d537b5f0d14b80acea3c918802874e90fc3e.tar.xz
bump version to 20180306.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 a154b174b..b8d7c798c 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180223.1';
+our $VERSION = '20180306.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;