Skip to content

Commit

Permalink
build: prepare for 1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Mar 2, 2024
1 parent 15a4d5d commit ad99e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3
VERSION 1.2.4
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.3",
version = "1.2.4",
repo_name = "com_github_jupp0r_prometheus_cpp",
)

Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockFileVersion": 3,
"moduleFileHash": "7e36e7706e8a292e9a845f47b2d8567805918800ec8e87eb5b23bb869a4d766f",
"moduleFileHash": "0fbe5dcff66311947a3f6b86ebc6a6d9328e31a28413ca864debc4a043f371e5",
"flags": {
"cmdRegistries": [
"https://bcr.bazel.build/"
Expand All @@ -18,7 +18,7 @@
"moduleDepGraph": {
"<root>": {
"name": "prometheus-cpp",
"version": "1.2.3",
"version": "1.2.4",
"key": "<root>",
"repoName": "com_github_jupp0r_prometheus_cpp",
"executionPlatformsToRegister": [],
Expand Down

0 comments on commit ad99e21

Please sign in to comment.