diff --git a/src/client_impl.cpp b/src/client_impl.cpp index 98f94f2..00802dc 100644 --- a/src/client_impl.cpp +++ b/src/client_impl.cpp @@ -22,7 +22,7 @@ const std::uint16_t MAX_REFERENCE_LENGTH = 256; const hareflow::Properties DEFAULT_CLIENT_PROPERTIES = {{"product", "Hareflow: A RabbitMQ Stream C++ Client"}, {"platform", "C++"}, - {"version", "0.1.0"}, + {"version", "0.3.0"}, {"license", "Apache License Version 2.0"}, {"source", "https://github.com/coveooss/hareflow"}}; diff --git a/vcpkg.json b/vcpkg.json index 8974eaa..67b227c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "hareflow", - "version-semver": "0.1.0", + "version-semver": "0.3.0", "description": "Hareflow: A RabbitMQ C++ stream client.", "homepage": "https://github.com/coveooss/hareflow", "license": "Apache-2.0",