Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent cb6462c commit 8fc70ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test(
You can also use this pipeline programmatically:

```ts
import { check, test, build } from "https://pkg.fluentci.io/gradle_pipeline@v0.6.0/mod.ts";
import { check, test, build } from "https://pkg.fluentci.io/gradle_pipeline@v07.0/mod.ts";

await check();
await test();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
check,
test,
build,
} from "https://pkg.fluentci.io/gradle_pipeline@v0.6.0/mod.ts";
} from "https://pkg.fluentci.io/gradle_pipeline@v0.7.0/mod.ts";

await check();
await test();
Expand Down

0 comments on commit 8fc70ad

Please sign in to comment.