From 79bf88c6315119bf0236c93b3cd398168d2bc9c6 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Tue, 26 Sep 2023 11:56:20 +0200 Subject: [PATCH] Update zenoh-pico.h (#253) --- include/zenoh-pico.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zenoh-pico.h b/include/zenoh-pico.h index 9515f25a0..5e18fc3c5 100644 --- a/include/zenoh-pico.h +++ b/include/zenoh-pico.h @@ -17,8 +17,8 @@ #define ZENOH_PICO "0.10.0.0" #define ZENOH_PICO_MAJOR 0 -#define ZENOH_PICO_MINOR 7 -#define ZENOH_PICO_PATCH 2 +#define ZENOH_PICO_MINOR 10 +#define ZENOH_PICO_PATCH 0 #define ZENOH_PICO_TWEAK 0 #include "zenoh-pico/api/constants.h"