diff --git a/README.md b/README.md index c98a679..e34461d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ sist2 (Simple incremental search tool) 1. Download sist2 executable 1. Download the [latest sist2 release](https://github.com/simon987/sist2/releases) * 1. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not recommended!)* - 1. *(or)* `docker pull simon987/sist2:2.11.0-x64-linux` + 1. *(or)* `docker pull simon987/sist2:2.11.2-x64-linux` 1. See [Usage guide](docs/USAGE.md) diff --git a/src/sist.h b/src/sist.h index 945850d..79dff72 100644 --- a/src/sist.h +++ b/src/sist.h @@ -49,7 +49,7 @@ #include #include "git_hash.h" -#define VERSION "2.11.1" +#define VERSION "2.11.2" static const char *const Version = VERSION; #ifndef SIST_PLATFORM