From 29839c1c60a980f561531ac23d363c56ed535f1e Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Tue, 29 Mar 2022 10:23:33 +0200 Subject: [PATCH] chore: Bump version to 1.5.1 --- CMakeLists.txt | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbf936af..3dcb67b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.14...3.22) project( asio-grpc - VERSION 1.5.0 + VERSION 1.5.1 DESCRIPTION "Asynchronous gRPC with Asio/unified executors" HOMEPAGE_URL "https://github.com/Tradias/asio-grpc" LANGUAGES CXX) diff --git a/sonar-project.properties b/sonar-project.properties index 05e2e079..7935db68 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,7 +5,7 @@ sonar.host.url=https://sonarcloud.io # This is the name and version displayed in the SonarCloud UI. sonar.projectName=asio-grpc -sonar.projectVersion=1.5.0 +sonar.projectVersion=1.5.1 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src