From 08d45ce0ecaa2139a9b6cc7125f85ed82f016925 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 12 Jan 2021 15:28:03 +1100 Subject: [PATCH] bump version to 0.0.6 --- consumer/CMakeLists.txt | 2 +- consumer/Doxyfile | 2 +- consumer/conanfile.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consumer/CMakeLists.txt b/consumer/CMakeLists.txt index 816df81..31fabaf 100644 --- a/consumer/CMakeLists.txt +++ b/consumer/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) # set the project name -project(pact-cpp-consumer VERSION 0.0.5) +project(pact-cpp-consumer VERSION 0.0.6) # specify the C++ standard set(CMAKE_CXX_STANDARD 17) diff --git a/consumer/Doxyfile b/consumer/Doxyfile index 5b059e2..215c93d 100644 --- a/consumer/Doxyfile +++ b/consumer/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Pact C++ Consumer DSL" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.0.5" +PROJECT_NUMBER = "0.0.6" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/consumer/conanfile.py b/consumer/conanfile.py index ed2f851..26a8e1c 100644 --- a/consumer/conanfile.py +++ b/consumer/conanfile.py @@ -3,7 +3,7 @@ class PactcppconsumerConan(ConanFile): name = "pact_cpp_consumer" - version = "0.0.5" + version = "0.0.6" license = "MIT" homepage = "https://github.com/pact-foundation/pact-cplusplus" description = "Pact C++ Consumer DSL"