diff --git a/CHANGELOG.md b/CHANGELOG.md index ab76a4a3..544a5412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-dev.8 +## 2.0.0-dev.9 - Feature: Environments - Set Flutter sdk versions per project environment. - Feature: Doctor - Easily view the Flutter version configure for the project and configuration state diff --git a/lib/src/version.dart b/lib/src/version.dart index 78303fb0..bf136c9a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0-dev.8'; +const packageVersion = '2.0.0-dev.9'; diff --git a/pubspec.yaml b/pubspec.yaml index d12c9b23..50006fa4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 2.0.0-dev.8 +version: 2.0.0-dev.9 homepage: https://github.com/leoafarias/fvm environment: