From 5647db0185f6d44db4cf3e400c736faf3002ae43 Mon Sep 17 00:00:00 2001 From: Nathan West Date: Wed, 7 Feb 2018 09:41:09 -0800 Subject: [PATCH] Added notice for 4.0.0 vs 3.9.1 documentation --- 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