From bbf1aca936240aef0683a1bb620a15d6403d552f Mon Sep 17 00:00:00 2001 From: simon987 Date: Mon, 6 Sep 2021 14:14:00 -0400 Subject: [PATCH] Version bump --- README.md | 2 +- src/sist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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