Skip to content

Commit 23162a6

Browse files
committed
docs: Prepare for 1.2.0 release
Fix: #662
1 parent 8de5a69 commit 23162a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(POLICY CMP0091)
55
endif()
66

77
project(prometheus-cpp
8-
VERSION 1.1.0
8+
VERSION 1.2.0
99
DESCRIPTION "Prometheus Client Library for Modern C++"
1010
HOMEPAGE_URL "https://github.com/jupp0r/prometheus-cpp"
1111
)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "prometheus-cpp",
3-
version = "1.1.0",
3+
version = "1.2.0",
44
repo_name = "com_github_jupp0r_prometheus_cpp",
55
)
66

0 commit comments

Comments
 (0)