summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-09 15:35:08 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-09 15:35:08 +0100
commit4497374cd98398d349164a4e1bb3292187cec53a (patch)
treed9ad6828c955fc24e264b6820ba30ed87338f8c9 /Bugzilla.pm
parent5f8217bed6a49b1a5778e072970dec435a0ebca9 (diff)
downloadbugzilla-4497374cd98398d349164a4e1bb3292187cec53a.tar.gz
bugzilla-4497374cd98398d349164a4e1bb3292187cec53a.tar.xz
bump version to 20180109.2
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 e533d965f..66f5f266b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180109.1';
+our $VERSION = '20180109.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;