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 796b1a6 commit 5324618Copy full SHA for 5324618
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.0"
+CODSPEED_VERSION = "1.1.1"
5
6
# Define the codspeed library
7
cc_library(
core/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
-set(CODSPEED_VERSION 1.1.0)
+set(CODSPEED_VERSION 1.1.1)
project(codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX)
0 commit comments