Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump versions to 1.2.0
  • Loading branch information
GuillaumeLagrange committed Jun 27, 2025
commit 719c41f026871cbc1b3073fe56332c6458f874ee
2 changes: 1 addition & 1 deletion core/BUILD
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading