From e1da36779bf1c21fba42d621e0d575ea43160760 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 9 Jan 2024 11:06:46 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef1e4b..46442c8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ fluentci # Run the pipeline fluentci --help Usage: fluentci [pipeline] [jobs...] -Version: 0.10.0 +Version: 0.10.1 Description: diff --git a/main.ts b/main.ts index 0af5969..9048a7d 100644 --- a/main.ts +++ b/main.ts @@ -21,7 +21,7 @@ import { brightGreen } from "./deps.ts"; export async function main() { await new Command() .name("fluentci") - .version("0.10.0") + .version("0.10.1") .description( ` .