Version bump

This commit is contained in:
simon987 2022-04-23 10:29:50 -04:00
parent 1205981a11
commit f87de89275
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ sist2 (Simple incremental search tool)
Select the file corresponding to your CPU architecture and mark the binary as executable with `chmod +x` *
2. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not
recommended!)*
3. *(or)* `docker pull simon987/sist2:2.12.0-x64-linux`
3. *(or)* `docker pull simon987/sist2:2.12.1-x64-linux`
1. See [Usage guide](docs/USAGE.md)

View File

@ -49,7 +49,7 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "2.12.0"
#define VERSION "2.12.1"
static const char *const Version = VERSION;
#ifndef SIST_PLATFORM