summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-05 15:17:11 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-05 15:17:21 +0100
commit1e568a3de96b0c8898f8083c0635647ae80d11ca (patch)
tree63db2c3b60e09f62454373aed70bb42bdc07801c /Bugzilla.pm
parent060d4fa6dd6e98ed45381ddf1e9b9ca2407ab3b3 (diff)
downloadbugzilla-1e568a3de96b0c8898f8083c0635647ae80d11ca.tar.gz
bugzilla-1e568a3de96b0c8898f8083c0635647ae80d11ca.tar.xz
bump version to 20171205.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 cd6e7bb00..8568c3fa1 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171121.1';
+our $VERSION = '20171205.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;