From a34d7feab20cb74942c2dd8b84f398f7ccc062b4 Mon Sep 17 00:00:00 2001 From: Krzysztof Lewandowski Date: Fri, 19 May 2023 16:22:31 +0200 Subject: [PATCH] Version increment 23.05 --- src/supla/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supla/version.h b/src/supla/version.h index 240948c3..46ee9278 100644 --- a/src/supla/version.h +++ b/src/supla/version.h @@ -17,7 +17,7 @@ #ifndef SRC_SUPLA_VERSION_H_ #define SRC_SUPLA_VERSION_H_ -#define SUPLA_SHORT_VERSION "23.04" +#define SUPLA_SHORT_VERSION "23.05" const char suplaDeviceVersion[] = "SDK " SUPLA_SHORT_VERSION "-dev"; #endif // SRC_SUPLA_VERSION_H_