From ad562634a212ecec3fafae68150b0a4750757171 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sun, 14 Jun 2020 11:11:32 +0200 Subject: [PATCH] Update version --- esp3d/src/include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/include/version.h b/esp3d/src/include/version.h index 6988590c..9ea640c4 100644 --- a/esp3d/src/include/version.h +++ b/esp3d/src/include/version.h @@ -22,7 +22,7 @@ #define _VERSION_ESP3D_H //version and sources location -#define FW_VERSION "3.0.0.a43" +#define FW_VERSION "3.0.0.a44" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0" #endif //_VERSION_ESP3D_H