summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-07 00:42:56 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-07 00:42:56 +0100
commit0f64fbd00228a21ff3eccec828b5676395f4a551 (patch)
tree1e5a23c714e558666fbe5c5a4a1000d31d29b525 /Bugzilla.pm
parent51c442fb9e1eb1c779a5ba18105335fe54eb234c (diff)
downloadbugzilla-0f64fbd00228a21ff3eccec828b5676395f4a551.tar.gz
bugzilla-0f64fbd00228a21ff3eccec828b5676395f4a551.tar.xz
bump version to 20180306.4
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 f35baae3e..4a3dcb114 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180306.3';
+our $VERSION = '20180306.4';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;