You can update your Bedrock install by using Bedrock’s command line interface.
Install the CLI using npm:
npm install -g bedrock-cli
Now update your Bedrock install using the following command:
bedrock upgrade
For the adventurous, you can check update to the latest on the development branch.
bedrock upgrade --dev
You can find the full instructions for using Bedrock’s CLI on Github.