diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-20 12:43:52 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-20 12:43:52 +0100 |
commit | 87f0c3700ea20b61a947999ff7c081eb0b61625d (patch) | |
tree | bdce7371a83420c3e6ab35ded34e680771adc12d | |
parent | f16bb874769371169ecb2108444b741e6a6f7d9a (diff) | |
download | bugzilla-87f0c3700ea20b61a947999ff7c081eb0b61625d.tar.gz bugzilla-87f0c3700ea20b61a947999ff7c081eb0b61625d.tar.xz |
bump version to 20171220.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index b9e59e390..450a8d10a 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20171219.2'; +our $VERSION = '20171220.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |