Skip to content

Commit

Permalink
Released 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aparo committed Jan 30, 2022
1 parent 566fa44 commit 78db503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ext {
versions = [
"opensearch": es_version,
"prometheus" : "0.8.0",
"log4j" : "2.17.0",
"log4j" : "2.17.1",
"junit" : "4.12"
]
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.opensearch.plugin.prometheus

version = 1.2.3
version = 1.2.4

pluginName = prometheus-exporter
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin
Expand Down

0 comments on commit 78db503

Please sign in to comment.