We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de5a69 commit 23162a6Copy full SHA for 23162a6
CMakeLists.txt
@@ -5,7 +5,7 @@ if(POLICY CMP0091)
5
endif()
6
7
project(prometheus-cpp
8
- VERSION 1.1.0
+ VERSION 1.2.0
9
DESCRIPTION "Prometheus Client Library for Modern C++"
10
HOMEPAGE_URL "https://github.com/jupp0r/prometheus-cpp"
11
)
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "prometheus-cpp",
3
- version = "1.1.0",
+ version = "1.2.0",
4
repo_name = "com_github_jupp0r_prometheus_cpp",
0 commit comments