Skip to content

Commit b1c48b2

Browse files
committed
Update version to 1.2.3
1 parent 2357444 commit b1c48b2

File tree

1 file changed

+1
-1
lines changed
  • Projects/Multi/Applications/LoRa/AT_Slave/inc

1 file changed

+1
-1
lines changed

Projects/Multi/Applications/LoRa/AT_Slave/inc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extern "C" {
7272
#define TEST_VERSION (uint32_t) 0x00000000 /*1 lsb is always 0 in releases */
7373
#define LRWAN_VERSION (uint32_t) 0x00001120 /*3 next hex is i_cube release*/
7474
#define VERSION (uint32_t) (LORA_MAC_VERSION | LRWAN_VERSION | TEST_VERSION)
75-
#define AT_VERSION_STRING "1.2.1"
75+
#define AT_VERSION_STRING "1.2.3"
7676
#define AT_DEVICE_STRING "ARD-078"
7777

7878
/* Exported types ------------------------------------------------------------*/

0 commit comments

Comments
 (0)