1
0
mirror of https://github.com/minio/minio-cpp.git synced 2025-07-31 16:24:23 +03:00

Version bump to 0.2.0 (#126)

Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
This commit is contained in:
Petr Kobalicek
2024-03-28 15:06:35 +01:00
committed by GitHub
parent 1e5f140159
commit 2132b812e8
6 changed files with 92 additions and 9 deletions

View File

@ -21,8 +21,8 @@
#define MINIO_CPP_STRINGIFY(x) #x
#define MINIO_CPP_MAJOR_VERSION 0
#define MINIO_CPP_MINOR_VERSION 1
#define MINIO_CPP_PATCH_VERSION 1
#define MINIO_CPP_MINOR_VERSION 2
#define MINIO_CPP_PATCH_VERSION 0
#define MINIO_CPP_VERSION \
"" MINIO_CPP_STRINGIFY(MINIO_CPP_MAJOR_VERSION) "." MINIO_CPP_STRINGIFY( \