From 6b8eee881c6b99cf6671e501133cea3c73cae89b Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 21 Sep 2023 04:13:34 +0000 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89fad3d..773a258 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ dagger run fluentci . You can also use this pipeline programmatically: ```ts -import Client, { connect } from "https://sdk.fluentci.io/v0.1.7/mod.ts"; -import { test, build } from "https://pkg.fluentci.io/bazel_pipeline@v0.2.0/mod.ts"; +import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts"; +import { test, build } from "https://pkg.fluentci.io/bazel_pipeline@v0.2.1/mod.ts"; function pipeline(src = ".") { connect(async (client: Client) => {