From 65349ee85f6eac49e7c95beb14e793a29aed1ded Mon Sep 17 00:00:00 2001 From: Samyak Jain <56000318+samyakkkk@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:46:22 +0530 Subject: [PATCH] (rel): 0.0.9 --- commanddash/lib/runner.dart | 2 +- commanddash/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: