Skip to content

Commit

Permalink
build: prepare for 1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Feb 7, 2024
1 parent a10ef3c commit 4bd38da
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0091)
endif()

project(prometheus-cpp
VERSION 1.2.0
VERSION 1.2.3
DESCRIPTION "Prometheus Client Library for Modern C++"
HOMEPAGE_URL "https://github.com/jupp0r/prometheus-cpp"
)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "prometheus-cpp",
version = "1.2.0",
version = "1.2.3",
repo_name = "com_github_jupp0r_prometheus_cpp",
)

Expand Down
67 changes: 54 additions & 13 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bd38da

Please sign in to comment.