We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da6671 commit 719c41fCopy full SHA for 719c41f
core/BUILD
@@ -1,7 +1,7 @@
1
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
2
load("@rules_cc//cc:defs.bzl", "cc_library")
3
4
-CODSPEED_VERSION = "1.1.1"
+CODSPEED_VERSION = "1.2.0"
5
6
config_setting(
7
name = "windows",
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)
0 commit comments