diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-05 15:17:11 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-05 15:17:21 +0100 |
commit | 1e568a3de96b0c8898f8083c0635647ae80d11ca (patch) | |
tree | 63db2c3b60e09f62454373aed70bb42bdc07801c | |
parent | 060d4fa6dd6e98ed45381ddf1e9b9ca2407ab3b3 (diff) | |
download | bugzilla-1e568a3de96b0c8898f8083c0635647ae80d11ca.tar.gz bugzilla-1e568a3de96b0c8898f8083c0635647ae80d11ca.tar.xz |
bump version to 20171205.1
-rw-r--r-- | Bugzilla.pm | 2 |
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; |