Skip to content

Commit

Permalink
Merge pull request #36 from CommandDash/rel-0.0.2
Browse files Browse the repository at this point in the history
Rel 0.0.2
  • Loading branch information
samyakkkk authored Apr 21, 2024
2 parents 600d68a + b739329 commit d4bbe0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commanddash/lib/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class VersionCommand extends Command {

@override
void run() {
print('0.0.1');
/// It is not possible to fetch version from pubspec.yaml hence assigning manually
print('0.0.2');
}
}

Expand Down

0 comments on commit d4bbe0d

Please sign in to comment.