Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Oct 3, 2023
1 parent 93a41c6 commit b8ef172
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-beta.4
## 3.0.0-beta.5

### Added

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 3.0.0-beta.4
version: 3.0.0-beta.5
homepage: https://github.com/leoafarias/fvm

environment:
Expand Down
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Future<void> buildVersion() async {

// Add comment on top of the const that this file is generated by this command
String fileContent = '// GENERATED CODE - DO NOT MODIFY BY HAND\n\n';
fileContent += "const packageVersion = '$version';";
fileContent += "const packageVersion = '$version';\n";

versionFile.writeAsStringSync(fileContent);

Expand Down

0 comments on commit b8ef172

Please sign in to comment.