Skip to content

Commit 4d2b121

Browse files
committed
update version
1 parent 96a5303 commit 4d2b121

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus_fdw"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55

66
[lib]

sql/prometheus_fdw--0.1.3--0.1.4.sql

Whitespace-only changes.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, quals: &[Qual]) -> Vec<Row> {
6262
}
6363

6464
#[wrappers_fdw(
65-
version = "0.1.3",
65+
version = "0.1.4",
6666
author = "Jay Kothari",
6767
website = "https://tembo.io"
6868
)]

0 commit comments

Comments
 (0)