Skip to content

Commit

Permalink
update version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Oct 9, 2023
1 parent 22a99ee commit a2d64c0
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.0"
version = "0.1.1"
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 @@ -58,7 +58,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue) -> Vec<Row> {
}

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

0 comments on commit a2d64c0

Please sign in to comment.