summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 91fa113..5105d21 100644
--- a/main.c
+++ b/main.c
@@ -38,7 +38,7 @@
#include "parsers/binary.h"
#include "parsers/hex.h"
-#define VERSION "0.3"
+#define VERSION "0.4"
/* device globals */
stm32_t *stm = NULL;