Skip to content

Commit

Permalink
(feat): Rel 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed May 27, 2024
1 parent 3e00645 commit f76ff3d
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.7');
print('0.0.8');
}
}

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.7
version: 0.0.8
repository: https://github.com/Welltested-AI/commanddash

environment:
Expand Down

0 comments on commit f76ff3d

Please sign in to comment.