Skip to content

Commit ad99e21

Browse files
committed
build: prepare for 1.2.4 release
1 parent 15a4d5d commit ad99e21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.3
8+
VERSION 1.2.4
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.2.3",
3+
version = "1.2.4",
44
repo_name = "com_github_jupp0r_prometheus_cpp",
55
)
66

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)