Skip to content

Commit

Permalink
docs: Reorder docs build script version list.
Browse files Browse the repository at this point in the history
* Move master right below the latest release.
  • Loading branch information
danielmai committed Dec 18, 2018
1 parent a67ef35 commit 734650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ HOST=https://docs.dgraph.io
# artifact in an appropriate location
VERSIONS_ARRAY=(
'v1.0.11'
'v1.0.10'
'master'
'v1.0.10'
'v1.0.9'
'v1.0.8'
'v1.0.7'
Expand Down

0 comments on commit 734650b

Please sign in to comment.