From 35cfd3b3b1fd2d4e70f8dbcaa8bcd50e53b66675 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 23 Apr 2023 18:26:55 -0400 Subject: [PATCH] version bump --- src/sist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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