From 126423ac824f0a3bc3ac6a718077b5f40d0d0792 Mon Sep 17 00:00:00 2001 From: Nathan West Date: Wed, 7 Feb 2018 11:17:53 -0800 Subject: [PATCH] Docs: Add temporary notice for 4.0.0 vs 3.9.1 documentation (#2121) --- docs/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/API.md b/docs/API.md index 1415c6af2..338bff408 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,3 +1,7 @@ +Note: these docs are for version v4.0.0 (aka `gulp@next`) If you're on gulp +v3.9.1, which is the current standard `npm` release, you probably want [that +version's documentation](https://github.com/gulpjs/gulp/blob/v3.9.1/docs/API.md). + ## gulp API docs * [gulp.src](#gulpsrcglobs-options) - Emit files matching one or more globs