Skip to content

Commit b2c7a53

Browse files
committed
update README.md
1 parent f8e9c79 commit b2c7a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apply(
9898
You can also use this pipeline programmatically:
9999

100100
```ts
101-
import { init, validate, plan, apply } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
101+
import { init, validate, plan, apply } from "https://pkg.fluentci.io/[email protected].1/mod.ts";
102102

103103
await init();
104104
await validate();

ci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
validate,
44
plan,
55
apply,
6-
} from "https://pkg.fluentci.io/terraform_pipeline@v0.5.0/mod.ts";
6+
} from "https://pkg.fluentci.io/terraform_pipeline@v0.6.1/mod.ts";
77

88
await init();
99
await validate();

0 commit comments

Comments
 (0)