Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simon987 committed Apr 23, 2023
1 parent b286c65 commit 35cfd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sist.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
#include <ctype.h>
#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
Expand Down

0 comments on commit 35cfd3b

Please sign in to comment.