diff --git a/README.md b/README.md index 7073ac4..3a53e0b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/sist.h b/src/sist.h index d41fd0c..4e7bd11 100644 --- a/src/sist.h +++ b/src/sist.h @@ -49,7 +49,7 @@ #include #include "git_hash.h" -#define VERSION "2.12.0" +#define VERSION "2.12.1" static const char *const Version = VERSION; #ifndef SIST_PLATFORM