diff --git a/Cargo.toml b/Cargo.toml index fe54bf2..e22f9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus_fdw" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/src/lib.rs b/src/lib.rs index 244449a..11cf617 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -58,7 +58,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue) -> Vec { } #[wrappers_fdw( - version = "0.1.0", + version = "0.1.1", author = "Jay Kothari", website = "https://tembo.io" )]