summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-06 20:00:43 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-06 20:00:43 +0100
commit517805794fc99737fb69c4e0cdae7c045a88eb7d (patch)
tree52716df6f1dc75c2e8d40f9b2d437485d03a9271 /Bugzilla.pm
parent9b78fe861eb4ca608c75a888cc854a12f2e8d3db (diff)
downloadbugzilla-517805794fc99737fb69c4e0cdae7c045a88eb7d.tar.gz
bugzilla-517805794fc99737fb69c4e0cdae7c045a88eb7d.tar.xz
bump version to 20180306.3
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 4f4e6b36a..f35baae3e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180306.2';
+our $VERSION = '20180306.3';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;