From fdb1a744be76418305916fd10a0e7564b4486afd Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Tue, 9 Mar 2021 11:14:34 +0100 Subject: [PATCH] chore: prepare prometheus-cpp 0.12.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7912dcb9..4b9dcdaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(POLICY CMP0091) endif() project(prometheus-cpp - VERSION 0.12.1 + VERSION 0.12.2 DESCRIPTION "Prometheus Client Library for Modern C++" HOMEPAGE_URL "https://github.com/jupp0r/prometheus-cpp" )