summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-09 15:03:55 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-09 15:03:55 +0100
commit2fcf66d32288fac5eb489a1f298ccea6a451083e (patch)
treed730dcbd7af3e25d5ad399a9e5e361dbedf00149 /Bugzilla.pm
parent031c78db66bcd3d3b41d673494cf3679fd0e766f (diff)
downloadbugzilla-2fcf66d32288fac5eb489a1f298ccea6a451083e.tar.gz
bugzilla-2fcf66d32288fac5eb489a1f298ccea6a451083e.tar.xz
bump version to 20180109.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 93690fd6a..e533d965f 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180104.2';
+our $VERSION = '20180109.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;