From 8ca7f04f157f26502d61d0cd18c278b4dadab7b6 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 10 May 2016 19:34:23 +0200 Subject: [PATCH] Update config.h change version for release --- esp8266/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266/config.h b/esp8266/config.h index a0a3b5b72..7237de751 100644 --- a/esp8266/config.h +++ b/esp8266/config.h @@ -50,7 +50,7 @@ #include #include "wifi.h" //version and sources location -#define FW_VERSION "0.6.1" +#define FW_VERSION "0.6.2" #define REPOSITORY "https://github.com/luc-github/ESP8266"