Skip to content

Commit d74a113

Browse files
CristianLarafacebook-github-bot
authored andcommitted
Fix label for archived versions (#2742)
Summary: Most recent archived version is 0.12.0 Similar issue was first caught on the Ax website: facebook/Ax#3329 (review) Pull Request resolved: #2742 Reviewed By: saitcakmak Differential Revision: D69467062 Pulled By: CristianLara fbshipit-source-id: 1c88112b2f8214e1bb4258e58563de31e1db6ba7
1 parent a018a5f commit d74a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports={
113113
},
114114
{
115115
href: 'https://archive.botorch.org/versions',
116-
label: '<= 0.11.3',
116+
label: '<= 0.12.0',
117117
},
118118
],
119119
},

0 commit comments

Comments
 (0)