From 9d50ff2f52825558f65ff18ebd829cb65960c743 Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Sun, 31 Jan 2016 20:43:03 -0600 Subject: [PATCH] Bump version to 0.6 --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index 3475b4e..95bfd48 100644 --- a/commands.c +++ b/commands.c @@ -38,7 +38,7 @@ void cmd_get_state() { } void cmd_get_version() { - serial_tx_str("subg_rfspy 0.5"); + serial_tx_str("subg_rfspy 0.6"); } void do_cmd(uint8_t cmd) {