From 12beaa4af5aa27bd182d3b3cb3ff5b5365fb65e2 Mon Sep 17 00:00:00 2001 From: Takuya Sasaki Date: Wed, 11 Sep 2024 17:40:31 +0900 Subject: [PATCH] tests/hwtest/main,adcs: Update version to 0.2.3 This commit updates the version to 0.2.3. Signed-off-by: Takuya Sasaki --- tests/hwtest/adcs/src/version.h | 2 +- tests/hwtest/main/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hwtest/adcs/src/version.h b/tests/hwtest/adcs/src/version.h index f5e0d3cd..de605717 100644 --- a/tests/hwtest/adcs/src/version.h +++ b/tests/hwtest/adcs/src/version.h @@ -6,4 +6,4 @@ #pragma once -#define ADCS_HWTEST_VERSION "0.2.2" +#define ADCS_HWTEST_VERSION "0.2.3" diff --git a/tests/hwtest/main/src/version.h b/tests/hwtest/main/src/version.h index b200ed51..d45a00d3 100644 --- a/tests/hwtest/main/src/version.h +++ b/tests/hwtest/main/src/version.h @@ -6,4 +6,4 @@ #pragma once -#define MAIN_HWTEST_VERSION "0.2.2" +#define MAIN_HWTEST_VERSION "0.2.3"