diff --git a/CMakeLists.txt b/CMakeLists.txt index b9cdd53..c2610db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_policy(SET CMP0091 NEW) # ----------------- set(MINIO_CPP_MAJOR_VERSION "0") -set(MINIO_CPP_MINOR_VERSION "2") +set(MINIO_CPP_MINOR_VERSION "3") set(MINIO_CPP_PATCH_VERSION "0") set(MINIO_CPP_VERSION_STRING "${MINIO_CPP_MAJOR_VERSION}.${MINIO_CPP_MINOR_VERSION}.${MINIO_CPP_PATCH_VERSION}") diff --git a/include/miniocpp/config.h b/include/miniocpp/config.h index 65bbe8a..d85b8d9 100644 --- a/include/miniocpp/config.h +++ b/include/miniocpp/config.h @@ -22,7 +22,7 @@ #define MINIO_CPP_TO_STRING(x) MINIO_CPP_STRINGIFY(x) #define MINIO_CPP_MAJOR_VERSION 0 -#define MINIO_CPP_MINOR_VERSION 2 +#define MINIO_CPP_MINOR_VERSION 3 #define MINIO_CPP_PATCH_VERSION 0 #define MINIO_CPP_VERSION \ diff --git a/vcpkg.json b/vcpkg.json index f230c49..f224458 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "minio-cpp", - "version": "0.2.0", + "version": "0.3.0", "description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage", "homepage": "https://github.com/minio/minio-cpp", "license": "Apache-2.0",