Skip to content

Commit

Permalink
(rel): 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Jun 2, 2024
1 parent 5000aed commit 65349ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commanddash/lib/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class VersionCommand extends Command {
@override
void run() {
/// It is not possible to fetch version from pubspec.yaml hence assigning manually
print('0.0.8');
print('0.0.9');
}
}

Expand Down
2 changes: 1 addition & 1 deletion commanddash/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: commanddash
description: CLI enhancments to Dash-AI
version: 0.0.8
version: 0.0.9
repository: https://github.com/Welltested-AI/commanddash

environment:
Expand Down

0 comments on commit 65349ee

Please sign in to comment.