diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-11-22 03:24:41 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-11-22 03:24:41 +0100 |
commit | b21df32a7f60397d686acb1cac4692db47410e00 (patch) | |
tree | 33017f4662e3215effc8e04f45d7e854d7abf13f | |
parent | 60017af86a45cf27260f1e571a17a7892e37a268 (diff) | |
download | bugzilla-b21df32a7f60397d686acb1cac4692db47410e00.tar.gz bugzilla-b21df32a7f60397d686acb1cac4692db47410e00.tar.xz |
bump version to 20171121.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index f511b8941..cd6e7bb00 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20171031.1'; +our $VERSION = '20171121.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |