Bump version to 1.7.0 to match Maven release (#1681)
diff --git a/include/oboe/Version.h b/include/oboe/Version.h index f46fcba..68c3fe9 100644 --- a/include/oboe/Version.h +++ b/include/oboe/Version.h
@@ -34,10 +34,10 @@ #define OBOE_VERSION_MAJOR 1 // Type: 8-bit unsigned int. Min value: 0 Max value: 255. See below for description. -#define OBOE_VERSION_MINOR 6 +#define OBOE_VERSION_MINOR 7 // Type: 16-bit unsigned int. Min value: 0 Max value: 65535. See below for description. -#define OBOE_VERSION_PATCH 4 +#define OBOE_VERSION_PATCH 0 #define OBOE_STRINGIFY(x) #x #define OBOE_TOSTRING(x) OBOE_STRINGIFY(x)