From 719c41f026871cbc1b3073fe56332c6458f874ee Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Fri, 27 Jun 2025 12:20:27 +0200 Subject: [PATCH] chore: bump versions to 1.2.0 --- core/BUILD | 2 +- core/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/BUILD b/core/BUILD index e179255..1769850 100644 --- a/core/BUILD +++ b/core/BUILD @@ -1,7 +1,7 @@ load("@bazel_skylib//rules:common_settings.bzl", "string_flag") load("@rules_cc//cc:defs.bzl", "cc_library") -CODSPEED_VERSION = "1.1.1" +CODSPEED_VERSION = "1.2.0" config_setting( name = "windows", diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index cf0d1a0..b8bb567 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -set(CODSPEED_VERSION 1.1.1) +set(CODSPEED_VERSION 1.2.0) project(codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX)