Skip to content

Commit

Permalink
D7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lincomatic committed Feb 9, 2021
1 parent e7db5de commit f79640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/open_evse/open_evse.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define clrBits(flags,bits) (flags &= ~(bits))

#ifndef VERSION
#define VERSION "D7.1.1"
#define VERSION "D7.1.2"
#endif // !VERSION

#include "Language_default.h" //Default language should always be included as bottom layer
Expand Down

0 comments on commit f79640c

Please sign in to comment.