From a2d64c0f0439c734c2875b48069e5807f0b394e5 Mon Sep 17 00:00:00 2001 From: Jay Kothari Date: Mon, 9 Oct 2023 17:07:14 -0400 Subject: [PATCH] update version again --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" )]