Skip to content

Commit ad285eb

Browse files
committed
Fixing versions
1 parent d2cd3da commit ad285eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
DOCS_LATEST_VERSION: '6.4'
2+
DOCS_LATEST_VERSION: '6.5'
33
};
44

55
module.exports = config;

src/data/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const versions: VersionI[] = [
1515
url: '/docs',
1616
},
1717
{
18-
name: 'v6.3',
19-
url: 'https://6.3.sourcegraph.com/'
18+
name: 'v6.4',
19+
url: 'https://6.4.sourcegraph.com/'
2020
},
2121
];
2222

0 commit comments

Comments
 (0)