docs: update download page for 0.10.4 final

This commit is contained in:
Michael Schurter 2020-02-19 12:47:52 -08:00
parent 6d0280fa88
commit 74d5f662e6
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
export default '0.10.3'
export default '0.10.4'

View File

@ -13,10 +13,6 @@ export default function DownloadsPage({ downloadData }) {
product="Nomad"
version={VERSION}
downloads={downloadData}
releaseCandidate={{
name: '0.10.4',
version: '0.10.4-rc1'
}}
/>
</div>
)