diff --git a/api.c b/api.c index 9789823c..2c8c0c4b 100644 --- a/api.c +++ b/api.c @@ -126,7 +126,7 @@ static const char SEPARATOR = '|'; #define SEPSTR "|" static const char GPUSEP = ','; -static const char *APIVERSION = "1.32"; +static const char *APIVERSION = "1.33"; static const char *DEAD = "Dead"; static const char *SICK = "Sick"; static const char *NOSTART = "NoStart";