In main.h set VERSION to 1.1.1.

This commit is contained in:
Alexander Andreev 2023-09-23 05:16:47 +04:00
parent a999cf3b98
commit ba6f28db2b
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef _MAIN_H_
#define _MAIN_H_
#define VERSION "1.1.0"
#define VERSION "1.1.1"
typedef long double price_t;
typedef long double wattage_t;