diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-02-20 15:13:10 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-20 15:13:10 +0100 |
commit | 548244ddb25a17a00572acdb9729b7f90bb69a8c (patch) | |
tree | acac356e9fa48427a136aeab7f083ce2723bf9e2 | |
parent | 3bd95a4452433e68b21935463cb9e6b07ff4e449 (diff) | |
download | bugzilla-548244ddb25a17a00572acdb9729b7f90bb69a8c.tar.gz bugzilla-548244ddb25a17a00572acdb9729b7f90bb69a8c.tar.xz |
bump version to 20180220.2
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 1633713b9..fe7e0fe23 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20180220.1'; +our $VERSION = '20180220.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |