Skip to content

Commit

Permalink
bump version to 1.2.1 hotfix of metrics duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
tommady committed Feb 10, 2022
1 parent b833ee5 commit d33d4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "findora-exporter"
version = "1.2.0"
version = "1.2.1"
authors = ["tommady <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ impl Hash for Target {
self.host_addr.hash(state);
self.task_name.hash(state);
self.frequency_ms.hash(state);
self.extra_opts.hash(state);
}
}

Expand Down

0 comments on commit d33d4ef

Please sign in to comment.