Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 25, 2023
1 parent 7bf9572 commit 3cbf1cc
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 @@ -74,7 +74,7 @@ sbom(
You can also use this pipeline programmatically:

```ts
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.0/mod.ts";
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts";

await fs();
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.0/mod.ts";
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts";

await fs();

0 comments on commit 3cbf1cc

Please sign in to comment.