Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 12, 2021
1 parent b992aa2 commit 08d45ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consumer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion consumer/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion consumer/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 08d45ce

Please sign in to comment.