From 1665d9b417c3f331f8de7689a21bc0171cfe8965 Mon Sep 17 00:00:00 2001 From: Matt Braymer-Hayes Date: Tue, 16 Jan 2018 09:33:01 -0800 Subject: [PATCH] Fix dependency upgrade example in FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index e9acbb61c2..26d382876d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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