Skip to content

Commit a5767e7

Browse files
committed
chore(postgres): bump version code
1 parent 10b327f commit a5767e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Postgres plugin for FluentCI"
44
edition = "2021"
55
license = "MIT"
66
name = "postgres"
7-
version = "0.1.7"
7+
version = "0.1.8"
88

99
[lib]
1010
crate-type = ["cdylib"]

postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use fluentci_pdk::dag;
3636

3737
// ...
3838

39-
dag().call("https://pkg.fluentci.io/[email protected].7?wasm=1", "start", vec![])?;
39+
dag().call("https://pkg.fluentci.io/[email protected].8?wasm=1", "start", vec![])?;
4040
```
4141

4242
## 📚 Examples

postgres/fluentci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description = "Postgres Plugin for FluentCI"
44
keywords = ["postgres"]
55
license = "MIT"
66
name = "postgres"
7-
version = "0.1.7"
7+
version = "0.1.8"

0 commit comments

Comments
 (0)