Bump version

This commit is contained in:
MysterD 2022-05-30 03:08:52 -07:00
parent b9229aea5f
commit d687b4513c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define VERSION_H
#define VERSION_NUMBER 28
#define MINOR_VERSION_NUMBER 0
#define MINOR_VERSION_NUMBER 1
#define MAX_VERSION_LENGTH 10
char* get_version(void);