diff --git a/__tests__/__snapshots__/bin.js.snap b/__tests__/__snapshots__/bin.js.snap
index 4129238e8..44fe5b187 100644
--- a/__tests__/__snapshots__/bin.js.snap
+++ b/__tests__/__snapshots__/bin.js.snap
@@ -5,7 +5,7 @@ exports[`--config 1`] = `
- documentation 6.0.0 | Documentation
+ | Documentation
@@ -17,7 +17,7 @@ exports[`--config 1`] = `
documentation
-
6.0.0
+
6.1.0
-
documentation 6.0.0 | Documentation
+
| Documentation
@@ -839,7 +839,7 @@ exports[`html nested.input.js 1`] = `
documentation
-
6.0.0
+
6.1.0
a.path > b.path)
.filter(r => r.path.match(/(html)$/))
- .map(r => r.contents)
+ .map(r =>
+ r.contents.toString().replace(/documentation \d+\.\d+\.\d+/g, '')
+ )
.join('\n');
expect(clean).toMatchSnapshot();
});