diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 56907318a37..d3e9ab4e940 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7811 \ No newline at end of file +7812 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 5b8f77e309d..1f1ef436dcd 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/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'], }, {