Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Fix dependency upgrade example in FAQ.md #1538

Merged
merged 1 commit into from
Jan 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ So, given a slice of the following versions:

Sorting for upgrade will result in the following slice.

`[v1.1.0 v1.0.0 v1.1.0-alpha1 footag devel master f6e74e8d]`
`[v1.1.0 v1.0.0 v1.1.0-alpha1 master devel footag f6e74e8d]`

There are a number of factors that can eliminate a version from consideration,
the simplest of which is that it doesn't match a constraint. But if you're
Expand Down