Skip to content

Commit 64b766c

Browse files
committed
Bump firmware version to 1.3.1
1 parent d33c378 commit 64b766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prawn_do/prawn_do.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ int status;
5555
#define EXTERNAL 1
5656
int clk_status = INTERNAL;
5757
unsigned short debug = 0;
58-
const char ver[6] = "1.3.0";
58+
const char ver[6] = "1.3.1";
5959

6060
// Mutex for status
6161
static mutex_t status_mutex;

0 commit comments

Comments
 (0)