summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-19 14:38:39 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-19 14:38:39 +0100
commit5886db383d2148774feef3b06be80e28abe51f3c (patch)
tree9a260dd30c1847da69e4942a38c608bb4a522a71 /Bugzilla.pm
parent0bef54c7899da717a8c60e1562c838381d014c10 (diff)
downloadbugzilla-5886db383d2148774feef3b06be80e28abe51f3c.tar.gz
bugzilla-5886db383d2148774feef3b06be80e28abe51f3c.tar.xz
bump version to 20171219.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 07482c0f7..3b0cab94b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171205.3';
+our $VERSION = '20171219.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;