diff --git a/src/sist.h b/src/sist.h index 101d973..7efa204 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.0.5" +#define VERSION "3.0.6" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 0; -static const int VersionPatch = 5; +static const int VersionPatch = 6; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown