docs: add v0.43 version option (#9506)
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
This commit is contained in:
parent
d8059ffcac
commit
325dabd83c
|
@ -46,6 +46,10 @@ module.exports = {
|
|||
"label": "v0.42",
|
||||
"key": "v0.42"
|
||||
},
|
||||
{
|
||||
"label": "v0.43",
|
||||
"key": "v0.43"
|
||||
},
|
||||
{
|
||||
"label": "master",
|
||||
"key": "master"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
master master
|
||||
launchpad/backports v0.39
|
||||
release/v0.42.x v0.42
|
||||
release/v0.43.x v0.43
|
||||
|
|
Loading…
Reference in New Issue