Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Nov 16, 2023
1 parent 3aeedc9 commit 2758c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus_fdw"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, quals: &[Qual]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.1.1",
version = "0.1.2",
author = "Jay Kothari",
website = "https://tembo.io"
)]
Expand Down

0 comments on commit 2758c1e

Please sign in to comment.