diff --git a/lib/src/version.dart b/lib/src/version.dart index 9fdc6649..dba7a7bc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.6'; +const packageVersion = '2.3.0-dev.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c7a468af..71cc61c7 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.2.6 +version: 2.3.0-dev.0 homepage: https://github.com/leoafarias/fvm environment: diff --git a/test/support_assets/flutter_app/lib/src/version.dart b/test/support_assets/flutter_app/lib/src/version.dart index bd8048b7..dba7a7bc 100644 --- a/test/support_assets/flutter_app/lib/src/version.dart +++ b/test/support_assets/flutter_app/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.5-dev.4'; +const packageVersion = '2.3.0-dev.0';