From d0b7e8267f09640469c97d374223c79c74300eee Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 27 Feb 2018 16:53:52 -0800 Subject: [PATCH] Change dev to beta (#837) Fixes https://github.com/flutter/flutter/issues/14930 --- upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrading.md b/upgrading.md index ecb1c2155d..ee2e547f3e 100644 --- a/upgrading.md +++ b/upgrading.md @@ -4,14 +4,14 @@ title: Upgrading Flutter permalink: /upgrading/ --- -We strongly recommend tracking the `dev` branch in the flutter repository, which +We strongly recommend tracking the `beta` branch in the flutter repository, which is where we push 'known good builds' of Flutter. If you need to view the very latest changes, you can track the `master` branch, but note this is where we do our daily development, so stability is much lower. To view your current branch, use `flutter channel`. -To change branch, use `flutter channel dev` / `flutter channel master`. +To change branch, use `flutter channel beta` / `flutter channel master`. ## Specifying the Flutter SDK for your project