summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-04 14:12:21 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-04 14:13:12 +0100
commit753c2d970446f62df88f21b49a1e42c4cba249f4 (patch)
tree252531b8d4669f60cf703a9e898d98b92655647f /Bugzilla.pm
parent09e1bbfee2f997261d24acb37d95bdb638467c02 (diff)
downloadbugzilla-753c2d970446f62df88f21b49a1e42c4cba249f4.tar.gz
bugzilla-753c2d970446f62df88f21b49a1e42c4cba249f4.tar.xz
bump version to 20180104.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 b7aaadf3f..c68e71741 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171220.2';
+our $VERSION = '20180104.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;