Skip to content

Commit b3174bb

Browse files
committed
Update version to 1.1.6
1 parent 329dae4 commit b3174bb

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.1.5"
75+
#define AT_VERSION_STRING "1.1.6"
7676
#define AT_DEVICE_STRING "ARD-078"
7777

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

0 commit comments

Comments
 (0)