Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
DOCS_LATEST_VERSION: '6.6'
DOCS_LATEST_VERSION: '6.7'
};

module.exports = config;
4 changes: 2 additions & 2 deletions src/data/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const versions: VersionI[] = [
url: '/docs',
},
{
name: 'v6.5',
url: 'https://6.5.sourcegraph.com/'
name: 'v6.6',
url: 'https://6.6.sourcegraph.com/'
},
];

Expand Down