summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-10 04:06:19 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-10 04:06:19 +0100
commit4104df0c3e48105a95f163cd9e8bec40b87a8854 (patch)
tree311b66fe4ec804bbd15eb305a34daee5452fbb89 /Bugzilla.pm
parent76d96009af68d8dd982f7915ccc8c0eab48093a0 (diff)
downloadbugzilla-4104df0c3e48105a95f163cd9e8bec40b87a8854.tar.gz
bugzilla-4104df0c3e48105a95f163cd9e8bec40b87a8854.tar.xz
bump version to 20180110.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 439f3c985..81381770a 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180109.3';
+our $VERSION = '20180110.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;