summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-05 15:54:34 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-05 15:54:34 +0100
commitdaf9dd44dd12b80721d76cd8fefcde2391280643 (patch)
treeb53a9b1ed791cb9dac0d1d778ec5e36f126357aa /Bugzilla.pm
parentc53e78e2bc7447b7346e9963f8ce78ed3ddcc456 (diff)
downloadbugzilla-daf9dd44dd12b80721d76cd8fefcde2391280643.tar.gz
bugzilla-daf9dd44dd12b80721d76cd8fefcde2391280643.tar.xz
bump version to 20171205.3
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 8568c3fa1..e985423c5 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171205.1';
+our $VERSION = '20171205.3';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;