Update dropdown label for 2.7

This commit is contained in:
Billy Tat
2022-11-02 15:15:46 -07:00
parent 0e3e50993e
commit bc44594b2d
+5 -1
View File
@@ -105,8 +105,12 @@ module.exports = {
lastVersion: 'current',
versions: {
current: {
label: 'v2.6'
label: 'v2.7'
},
// 2.6: {
// label: 'v2.6',
// path: 'v2.6'
// },
2.5: {
label: 'v2.5',
path: 'v2.5'