summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-22 04:38:05 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-22 04:38:05 +0100
commit5e590c931ab384fc294d6a0f1ab3fdf66fcc8029 (patch)
tree47b1dd15e3f554f8c83bfe4a533cdcfcd599d5d0 /Bugzilla.pm
parenteee0904a1b5cf5ae138480f18ecfffd5fd0ca5da (diff)
downloadbugzilla-5e590c931ab384fc294d6a0f1ab3fdf66fcc8029.tar.gz
bugzilla-5e590c931ab384fc294d6a0f1ab3fdf66fcc8029.tar.xz
bump version to 20180321.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 3e511ccce..d62ab2227 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180320.3';
+our $VERSION = '20180321.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;