Skip to content

Commit

Permalink
Change dev to beta (flutter#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Feb 28, 2018
1 parent 39f73fb commit d0b7e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0b7e82

Please sign in to comment.