diff --git a/src/version/Version.h b/src/version/Version.h index 3c85bac0..886e4b96 100644 --- a/src/version/Version.h +++ b/src/version/Version.h @@ -24,6 +24,6 @@ along with OpenOCPP. If not, see . * YY = Minor version number (increase = Minor feature addition) * ZZ = Fix version number (increase = Bug fix(es)) */ -#define OPEN_OCPP_VERSION "0.4.0" +#define OPEN_OCPP_VERSION "0.5.0" #endif // VERSION_H