diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 5b8f77e30..1f1ef436d 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -230,7 +230,8 @@ sub OPTIONAL_MODULES { { package => 'PatchReader', module => 'PatchReader', - version => '0.9.4', + # 0.9.6 fixes two notable bugs and significantly improves the UX. + version => '0.9.6', feature => ['patch_viewer'], }, { |