Skip to content

Commit

Permalink
docs: Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
Fix: #662
  • Loading branch information
gjasny committed Dec 28, 2023
1 parent 8de5a69 commit 23162a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0
VERSION 1.2.0
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.1.0",
version = "1.2.0",
repo_name = "com_github_jupp0r_prometheus_cpp",
)

Expand Down

0 comments on commit 23162a6

Please sign in to comment.