We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5d3f5 commit 0510d42Copy full SHA for 0510d42
docs.config.js
@@ -1,5 +1,5 @@
1
const config = {
2
- DOCS_LATEST_VERSION: '6.1'
+ DOCS_LATEST_VERSION: '6.2'
3
};
4
5
module.exports = config;
docs/legacy.mdx
@@ -4,6 +4,7 @@
<Accordion title="Sourcegraph 6.X">
6
7
+ - [6.1](https://6.1.sourcegraph.com)
8
- [6.0](https://6.0.sourcegraph.com)
9
10
</Accordion>
src/data/versions.ts
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
15
url: '/',
16
},
17
{
18
- name: 'v6.0',
19
- url: 'https://6.0.sourcegraph.com/'
+ name: 'v6.1',
+ url: 'https://6.1.sourcegraph.com/'
20
21
];
22
0 commit comments