diff --git a/commanddash/lib/runner.dart b/commanddash/lib/runner.dart index 67a5b23..1bc1789 100644 --- a/commanddash/lib/runner.dart +++ b/commanddash/lib/runner.dart @@ -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'); } } diff --git a/commanddash/pubspec.yaml b/commanddash/pubspec.yaml index 04e888e..47fe4c7 100644 --- a/commanddash/pubspec.yaml +++ b/commanddash/pubspec.yaml @@ -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: